mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-07 02:05:35 -04:00
15 lines
313 B
C
15 lines
313 B
C
#ifndef RES_GNNDEMOTAKIS_H
|
|
#define RES_GNNDEMOTAKIS_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum GNNDEMOTAKIS_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
GNNDEMOTAKIS_BDL_GNN_DEMO_TAKI_S=0x4,
|
|
|
|
/* BTK */
|
|
GNNDEMOTAKIS_BTK_GNN_DEMO_TAKI_S=0x7,
|
|
};
|
|
|
|
#endif /* RES_GNNDEMOTAKIS_H */
|