ddnet/src/engine/shared/teehistorian_ex.h
def 3be8a592e5 Run clang-format
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
2020-09-26 21:50:15 +02:00

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