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

12 lines
188 B
C

#ifndef RES_SPEAR_H
#define RES_SPEAR_H
#include "global.h"
enum SPEAR_RES_FILE_ID { // IDs and indexes are synced
/* BDLC */
SPEAR_BDL_MO_YARI=0x3,
};
#endif /* RES_SPEAR_H */