mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-04 04:30:40 -04:00
15 lines
230 B
C
15 lines
230 B
C
#ifndef RES_VYATM_H
|
|
#define RES_VYATM_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VYATM_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VYATM_BDL_VYATM=0x4,
|
|
|
|
/* BTK */
|
|
VYATM_BTK_VYATM=0x7,
|
|
};
|
|
|
|
#endif /* RES_VYATM_H */
|