Files
tww/include/d/res/res_vhane.h
T
2024-04-23 15:02:25 -04:00

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 */