mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +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
11 lines
225 B
C++
11 lines
225 B
C++
#include "mapitems_ex.h"
|
|
|
|
#include <engine/shared/uuid_manager.h>
|
|
|
|
void RegisterMapItemTypeUuids(CUuidManager *pManager)
|
|
{
|
|
#define UUID(id, name) pManager->RegisterName(id, name);
|
|
#include "mapitems_ex_types.h"
|
|
#undef UUID
|
|
}
|