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

13 lines
213 B
C

#ifndef RES_HIMO3_H
#define RES_HIMO3_H
#include "global.h"
enum HIMO3_RES_FILE_ID { // IDs and indexes are synced
/* BMD */
HIMO3_BMD_H3_GA=0x3,
HIMO3_BMD_SLAMP_00=0x4,
};
#endif /* RES_HIMO3_H */