mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-13 13:46:33 -04:00
15 lines
231 B
C
15 lines
231 B
C
#ifndef RES_VTRI3_H
|
|
#define RES_VTRI3_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VTRI3_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VTRI3_BDL_VTRI3=0x4,
|
|
|
|
/* BTK */
|
|
VTRI3_BTK_VTRI3A=0x7,
|
|
};
|
|
|
|
#endif /* RES_VTRI3_H */
|