mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-24 15:20:53 -04:00
9 lines
207 B
C
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 */ |