Files
tww/include/d/res/res_ojtree.h
T
2024-04-23 15:02:25 -04:00

15 lines
237 B
C

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