mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-07 20:01:27 -04:00
15 lines
230 B
C
15 lines
230 B
C
#ifndef RES_VBOXA_H
|
|
#define RES_VBOXA_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VBOXA_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VBOXA_BDL_VBOXP=0x4,
|
|
|
|
/* BTK */
|
|
VBOXA_BTK_VBOXA=0x7,
|
|
};
|
|
|
|
#endif /* RES_VBOXA_H */
|