Files
tww/include/d/res/res_aana.h
T

12 lines
200 B
C

#ifndef RES_AANA_H
#define RES_AANA_H
#include "global.h" // IWYU pragma: keep
enum AANA_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
AANA_BDL_AANA=0x3,
};
#endif /* RES_AANA_H */