Files
tp/include/d/d_a_itembase_static.h
T

11 lines
223 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_A_D_A_ITEMBASE_STATIC_H
#define D_A_D_A_ITEMBASE_STATIC_H
2023-05-12 12:10:14 -07:00
class fopAc_ac_c;
2024-04-28 22:33:32 -04:00
int CheckFieldItemCreateHeap(fopAc_ac_c* actor);
2024-11-11 07:53:04 -08:00
int CheckItemCreateHeap(fopAc_ac_c* i_this);
2021-03-28 22:49:05 +02:00
#endif /* D_A_D_A_ITEMBASE_STATIC_H */