mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 14:23:50 -04:00
13 lines
236 B
C
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 */
|