mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-01 17:57:24 -04:00
12 lines
189 B
C
12 lines
189 B
C
#ifndef RES_HIMO2_H
|
|
#define RES_HIMO2_H
|
|
|
|
#include "global.h"
|
|
|
|
enum HIMO2_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BMD */
|
|
HIMO2_BMD_SEARCHITA=0x3,
|
|
};
|
|
|
|
#endif /* RES_HIMO2_H */
|