mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-03-05 02:05:22 +01:00
7 lines
71 B
C++
7 lines
71 B
C++
![]() |
namespace Core {
|
||
|
|
||
|
template <class T>
|
||
|
T& Global();
|
||
|
|
||
|
} // namespace Core
|