mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-04 17:09:45 -04:00
18 lines
295 B
C
18 lines
295 B
C
#ifndef RES_GTAKI_H
|
|
#define RES_GTAKI_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum GTAKI_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLI */
|
|
GTAKI_BDL_GTAKI=0x5,
|
|
|
|
/* BTK */
|
|
GTAKI_BTK_GTAKI=0x8,
|
|
|
|
/* DZB */
|
|
GTAKI_DZB_ITAKI=0xB,
|
|
};
|
|
|
|
#endif /* RES_GTAKI_H */
|