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

21 lines
369 B
C

#ifndef RES_PFALL_H
#define RES_PFALL_H
#include "global.h" // IWYU pragma: keep
enum PFALL_RES_FILE_ID { // IDs and indexes are synced
/* BCKS */
PFALL_BCK_HIKU=0x5,
PFALL_BCK_NZ_WAIT=0x6,
/* BDL */
PFALL_BDL_AOTSI=0x9,
PFALL_BDL_NZ=0xA,
PFALL_BDL_PSUZU=0xB,
/* DZB */
PFALL_DZB_AOTOSI=0xE,
};
#endif /* RES_PFALL_H */