Files
tww/include/d/actor/d_a_itembase_static.h
T
2023-10-15 23:16:37 -07:00

9 lines
207 B
C

#ifndef D_A_ITEMBASE_STATIC_H
#define D_A_ITEMBASE_STATIC_H
#include "f_op/f_op_actor.h"
int CheckItemCreateHeap(fopAc_ac_c*);
int CheckFieldItemCreateHeap(fopAc_ac_c*);
#endif /* D_A_ITEMBASE_STATIC_H */