mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-23 16:45:19 -04:00
15 lines
230 B
C
15 lines
230 B
C
#ifndef RES_VHUTU_H
|
|
#define RES_VHUTU_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VHUTU_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VHUTU_BDL_VHUTU=0x4,
|
|
|
|
/* BTK */
|
|
VHUTU_BTK_VHUTU=0x7,
|
|
};
|
|
|
|
#endif /* RES_VHUTU_H */
|