mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-03 10:31:17 -04:00
13 lines
213 B
C
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 */
|