mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-17 06:47:50 -04:00
15 lines
231 B
C
15 lines
231 B
C
#ifndef RES_VTRI4_H
|
|
#define RES_VTRI4_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VTRI4_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VTRI4_BDL_VTRI4=0x4,
|
|
|
|
/* BTK */
|
|
VTRI4_BTK_VTRI4A=0x7,
|
|
};
|
|
|
|
#endif /* RES_VTRI4_H */
|