mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-31 01:15:27 -04:00
12 lines
185 B
C
12 lines
185 B
C
#ifndef RES_ITACT_H
|
|
#define RES_ITACT_H
|
|
|
|
#include "global.h"
|
|
|
|
enum ITACT_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
ITACT_BDL_ITACT=0x3,
|
|
};
|
|
|
|
#endif /* RES_ITACT_H */
|