mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-04 10:48:31 -04:00
15 lines
222 B
C
15 lines
222 B
C
#ifndef RES_VBOW_H
|
|
#define RES_VBOW_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VBOW_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VBOW_BDL_VBOW=0x4,
|
|
|
|
/* BTK */
|
|
VBOW_BTK_VBOW=0x7,
|
|
};
|
|
|
|
#endif /* RES_VBOW_H */
|