mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-29 16:44:40 -04:00
15 lines
237 B
C
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 */
|