mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-30 00:46:29 -04:00
15 lines
232 B
C
15 lines
232 B
C
#ifndef RES_VBINY_H
|
|
#define RES_VBINY_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VBINY_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VBINY_BDL_VBINY=0x4,
|
|
|
|
/* BTK */
|
|
VBINY_BTK_VBINA_Y=0x7,
|
|
};
|
|
|
|
#endif /* RES_VBINY_H */
|