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

15 lines
266 B
C

#ifndef RES_S_MSPDO_H
#define RES_S_MSPDO_H
#include "global.h" // IWYU pragma: keep
enum S_MSPDO_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
S_MSPDO_BDL_S_MSPDO=0x4,
/* DZB */
S_MSPDO_DZB_S_MSPDO=0x7,
};
#endif /* RES_S_MSPDO_H */