Files
tww/include/d/res/res_system.h
T

13 lines
237 B
C

#ifndef RES_SYSTEM_H
#define RES_SYSTEM_H
#include "global.h" // IWYU pragma: keep
enum SYSTEM_RES_FILE_ID { // IDs and indexes are synced
/* DAT */
SYSTEM_BTI_TOON=0x3,
SYSTEM_BTI_TOONEX=0x4,
};
#endif /* RES_SYSTEM_H */