mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 14:05:28 -04:00
15 lines
252 B
C
15 lines
252 B
C
#ifndef RES_VTRI6_H
|
|
#define RES_VTRI6_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum VTRI6_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VTRI6_BDL_VTRI6=0x4,
|
|
|
|
/* BTK */
|
|
VTRI6_BTK_VTRI6A=0x7,
|
|
};
|
|
|
|
#endif /* RES_VTRI6_H */
|