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

13 lines
226 B
C

#ifndef RES_LAMP_H
#define RES_LAMP_H
#include "global.h" // IWYU pragma: keep
enum LAMP_RES_FILE_ID { // IDs and indexes are synced
/* BMD */
LAMP_BMD_LAMP_00=0x3,
LAMP_BMD_L_GA=0x4,
};
#endif /* RES_LAMP_H */