mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-02 01:59:56 -04:00
15 lines
230 B
C
15 lines
230 B
C
#ifndef RES_VBOMM_H
|
|
#define RES_VBOMM_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VBOMM_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VBOMM_BDL_VBOMM=0x4,
|
|
|
|
/* BTK */
|
|
VBOMM_BTK_VBOMM=0x7,
|
|
};
|
|
|
|
#endif /* RES_VBOMM_H */
|