cOMS/models/item/_equipment_slots.h
Dennis Eichhorn 4f1cbd98f9
Some checks failed
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Has been cancelled
started templating
2025-03-21 01:08:09 +00:00

6 lines
125 B
C

#ifndef COMS_MODELS_ITEM_EQUIPMENT_SLOTS_H
#define COMS_MODELS_ITEM_EQUIPMENT_SLOTS_H
#define EQUIPMENT_SLOT_SIZE 14
#endif