mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-28 18:30:54 -04:00
12 lines
185 B
C
12 lines
185 B
C
#ifndef RES_ITNAK_H
|
|
#define RES_ITNAK_H
|
|
|
|
#include "global.h"
|
|
|
|
enum ITNAK_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
ITNAK_BDL_ITNAK=0x3,
|
|
};
|
|
|
|
#endif /* RES_ITNAK_H */
|