mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-28 08:24:59 -04:00
15 lines
220 B
C
15 lines
220 B
C
#ifndef RES_BIN_H
|
|
#define RES_BIN_H
|
|
|
|
#include "global.h"
|
|
|
|
enum BIN_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
BIN_BDL_VBINX=0x4,
|
|
|
|
/* BTK */
|
|
BIN_BTK_VBINA_X=0x7,
|
|
};
|
|
|
|
#endif /* RES_BIN_H */
|