mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-06 05:04:34 -04:00
15 lines
230 B
C
15 lines
230 B
C
#ifndef RES_VSHIM_H
|
|
#define RES_VSHIM_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VSHIM_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VSHIM_BDL_VSHIM=0x4,
|
|
|
|
/* BTK */
|
|
VSHIM_BTK_VSHIM=0x7,
|
|
};
|
|
|
|
#endif /* RES_VSHIM_H */
|