Files
tww/include/d/res/res_magma.h
T

13 lines
236 B
C

#ifndef RES_MAGMA_H
#define RES_MAGMA_H
#include "global.h" // IWYU pragma: keep
enum MAGMA_RES_FILE_ID { // IDs and indexes are synced
/* DAT */
MAGMA_BTI_MAG_COL=0x3,
MAGMA_BTI_MAG_KURO=0x4,
};
#endif /* RES_MAGMA_H */