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

15 lines
258 B
C

#ifndef RES_OJTREE_H
#define RES_OJTREE_H
#include "global.h" // IWYU pragma: keep
enum OJTREE_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
OJTREE_BDL_OJTREE=0x4,
/* DZB */
OJTREE_DZB_OJTREE=0x7,
};
#endif /* RES_OJTREE_H */