mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-26 01:34:39 -04:00
13 lines
205 B
C
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 */
|