mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-22 08:15:43 -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 */
|