mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +00:00
5 lines
116 B
C
5 lines
116 B
C
|
#ifndef ENGINE_UUID_H
|
||
|
#define ENGINE_UUID_H
|
||
|
void RegisterGameUuids(CUuidManager *pManager);
|
||
|
#endif // ENGINE_UUID_H
|