Replace g_kernel with Core::Global etc.

This commit is contained in:
Hamish Milne
2020-02-13 17:38:21 +08:00
committed by zhupengfei
parent e707685c2a
commit 3e752002c4
15 changed files with 43 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace Core {
template <class T>
T& Global();
} // namespace Core