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