mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-03 18:36:06 -04:00
15 lines
230 B
C
15 lines
230 B
C
#ifndef RES_VSAIL_H
|
|
#define RES_VSAIL_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VSAIL_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VSAIL_BDL_VSAIL=0x4,
|
|
|
|
/* BTK */
|
|
VSAIL_BTK_VSAIL=0x7,
|
|
};
|
|
|
|
#endif /* RES_VSAIL_H */
|