| 1 | #include "teehistorian_ex.h" |
|---|---|
| 2 | |
| 3 | #include <engine/shared/uuid_manager.h> |
| 4 | |
| 5 | void RegisterTeehistorianUuids(CUuidManager *pManager) |
| 6 | { |
| 7 | #define UUID(id, name) pManager->RegisterName(id, name); |
| 8 | #include "teehistorian_ex_chunks.h" |
| 9 | #undef UUID |
| 10 | } |
| 11 |