mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 21:54:50 -04:00
15 lines
250 B
C
15 lines
250 B
C
#ifndef RES_KANAT_H
|
|
#define RES_KANAT_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum KANAT_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
KANAT_BDL_KANAT=0x4,
|
|
|
|
/* DZB */
|
|
KANAT_DZB_KANAT=0x7,
|
|
};
|
|
|
|
#endif /* RES_KANAT_H */
|