mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-11 10:38:20 +00:00
3be8a592e5
Purely automatic change. In case of conflict with this change, apply the other change and rerun the formatting to restore it: $ python scripts/fix_style.py
16 lines
374 B
C
16 lines
374 B
C
#ifndef ENGINE_SHARED_TEEHISTORIAN_EX_H
|
|
#define ENGINE_SHARED_TEEHISTORIAN_EX_H
|
|
#include "protocol_ex.h"
|
|
|
|
enum
|
|
{
|
|
__TEEHISTORIAN_UUID_HELPER = OFFSET_TEEHISTORIAN_UUID - 1,
|
|
#define UUID(id, name) id,
|
|
#include "teehistorian_ex_chunks.h"
|
|
#undef UUID
|
|
OFFSET_GAME_UUID
|
|
};
|
|
|
|
void RegisterTeehistorianUuids(class CUuidManager *pManager);
|
|
#endif // ENGINE_SHARED_TEEHISTORIAN_EX_H
|