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

17 lines
244 B
C

#ifndef RES_PSPL_H
#define RES_PSPL_H
#include "global.h" // IWYU pragma: keep
enum PSPL_RES_FILE_ID {
/* BDL */
PSPL_BDL_PSPL=0x0,
};
enum PSPL_RES_FILE_INDEX {
/* BDL */
PSPL_INDEX_BDL_PSPL=0x3,
};
#endif /* RES_PSPL_H */