1 | #ifndef ENGINE_UUID_H |
---|---|
2 | #define ENGINE_UUID_H |
3 | #include <engine/shared/uuid_manager.h> |
4 | |
5 | void RegisterGameUuids(CUuidManager *pManager); |
6 | #endif // ENGINE_UUID_H |
7 |
1 | #ifndef ENGINE_UUID_H |
---|---|
2 | #define ENGINE_UUID_H |
3 | #include <engine/shared/uuid_manager.h> |
4 | |
5 | void RegisterGameUuids(CUuidManager *pManager); |
6 | #endif // ENGINE_UUID_H |
7 |