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

13 lines
205 B
C

#ifndef RES_LAMP_H
#define RES_LAMP_H
#include "global.h"
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 */