LeviLamina
Loading...
Searching...
No Matches
ServiceLocator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/deps/core/utility/ServiceReference.h"
5
6template <typename T>
8public:
9 static MCAPI ServiceReference<T> get();
10};
Definition ServiceLocator.h:7
Definition ServiceReference.h:8