mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-04 18:58:35 -04:00
17 lines
223 B
C
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 */
|