mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-13 21:55:34 -04:00
15 lines
231 B
C
15 lines
231 B
C
#ifndef RES_VTRI7_H
|
|
#define RES_VTRI7_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VTRI7_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VTRI7_BDL_VTRI7=0x4,
|
|
|
|
/* BTK */
|
|
VTRI7_BTK_VTRI7A=0x7,
|
|
};
|
|
|
|
#endif /* RES_VTRI7_H */
|