mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-07 02:59:59 -04:00
15 lines
230 B
C
15 lines
230 B
C
#ifndef RES_VBOXN_H
|
|
#define RES_VBOXN_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VBOXN_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VBOXN_BDL_VBOXN=0x4,
|
|
|
|
/* BTK */
|
|
VBOXN_BTK_VBOXN=0x7,
|
|
};
|
|
|
|
#endif /* RES_VBOXN_H */
|