Replace g_kernel with Core::Global etc.
This commit is contained in:
6
src/core/global.h
Normal file
6
src/core/global.h
Normal file
@ -0,0 +1,6 @@
|
||||
namespace Core {
|
||||
|
||||
template <class T>
|
||||
T& Global();
|
||||
|
||||
} // namespace Core
|
Reference in New Issue
Block a user