Files
tww/include/d/res/res_system.h
T
2024-04-23 15:02:25 -04:00

13 lines
216 B
C

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