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

15 lines
222 B
C

#ifndef RES_AUZU_H
#define RES_AUZU_H
#include "global.h"
enum AUZU_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
AUZU_BDL_AUZU=0x4,
/* BTK */
AUZU_BTK_AUZU=0x7,
};
#endif /* RES_AUZU_H */