mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-02 11:45:55 -04:00
18 lines
274 B
C
18 lines
274 B
C
#ifndef RES_VHANE_H
|
|
#define RES_VHANE_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VHANE_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VHANE_BDL_VHANE=0x5,
|
|
|
|
/* BRK */
|
|
VHANE_BRK_VHANE=0x8,
|
|
|
|
/* BTK */
|
|
VHANE_BTK_VHANE=0xB,
|
|
};
|
|
|
|
#endif /* RES_VHANE_H */
|