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

17 lines
223 B
C

#ifndef RES_PSPL_H
#define RES_PSPL_H
#include "global.h"
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 */