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