mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-14 14:08:07 -04:00
15 lines
230 B
C
15 lines
230 B
C
#ifndef RES_VCHUJ_H
|
|
#define RES_VCHUJ_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VCHUJ_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VCHUJ_BDL_VCHUJ=0x4,
|
|
|
|
/* BRK */
|
|
VCHUJ_BRK_VCHUJ=0x7,
|
|
};
|
|
|
|
#endif /* RES_VCHUJ_H */
|