mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-22 00:06:34 -04:00
15 lines
235 B
C
15 lines
235 B
C
#ifndef RES_USOVMC_H
|
|
#define RES_USOVMC_H
|
|
|
|
#include "global.h"
|
|
|
|
enum USOVMC_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
USOVMC_BDL_VMCBX=0x4,
|
|
|
|
/* DZB */
|
|
USOVMC_DZB_VMCBS=0x7,
|
|
};
|
|
|
|
#endif /* RES_USOVMC_H */
|