Files
tww/include/d/res/res_vmags.h
T
2024-04-23 15:02:25 -04:00

18 lines
274 B
C

#ifndef RES_VMAGS_H
#define RES_VMAGS_H
#include "global.h"
enum VMAGS_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
VMAGS_BDL_VMAGS=0x5,
/* BRK */
VMAGS_BRK_VMAGS=0x8,
/* BTK */
VMAGS_BTK_VMAGS=0xB,
};
#endif /* RES_VMAGS_H */