mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-04 17:09:45 -04:00
15 lines
253 B
C
15 lines
253 B
C
#ifndef RES_MED_R_H
|
|
#define RES_MED_R_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum MED_R_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
MED_R_BDL_VBINR=0x4,
|
|
|
|
/* BTK */
|
|
MED_R_BTK_VBINA_R=0x7,
|
|
};
|
|
|
|
#endif /* RES_MED_R_H */
|