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

17 lines
303 B
C

#ifndef RES_MSPOT_H
#define RES_MSPOT_H
#include "global.h" // IWYU pragma: keep
enum MSPOT_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
MSPOT_BDL_MSPOCN=0x4,
MSPOT_BDL_MSPOT=0x5,
/* BTK */
MSPOT_BTK_MSPOCN=0x8,
MSPOT_BTK_MSPOT=0x9,
};
#endif /* RES_MSPOT_H */