mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-22 16:22:59 -04:00
15 lines
231 B
C
15 lines
231 B
C
#ifndef RES_VTRI8_H
|
|
#define RES_VTRI8_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VTRI8_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VTRI8_BDL_VTRI8=0x4,
|
|
|
|
/* BTK */
|
|
VTRI8_BTK_VTRI8A=0x7,
|
|
};
|
|
|
|
#endif /* RES_VTRI8_H */
|