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

16 lines
273 B
C

#ifndef RES_YGCWP_H
#define RES_YGCWP_H
#include "global.h"
enum YGCWP_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
YGCWP_BDL_YGCWP00=0x4,
/* BRK */
YGCWP_BRK_YGCWP00_COMMON=0x7,
YGCWP_BRK_YGCWP00_WARP=0x8,
};
#endif /* RES_YGCWP_H */