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);
|
2022-06-29 13:19:09 -07:00
|
|
|
|
2021-03-28 22:49:05 +02:00
|
|
|
#endif /* D_A_D_A_ITEMBASE_STATIC_H */
|