mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-03 20:20:14 -04:00
12 lines
185 B
C
12 lines
185 B
C
#ifndef RES_PLANT_H
|
|
#define RES_PLANT_H
|
|
|
|
#include "global.h"
|
|
|
|
enum PLANT_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
PLANT_BDL_YRMWD=0x3,
|
|
};
|
|
|
|
#endif /* RES_PLANT_H */
|