mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 07:11:06 -04:00
10 lines
178 B
C++
10 lines
178 B
C++
#ifndef D_A_D_A_ITEMBASE_STATIC_H
|
|
#define D_A_D_A_ITEMBASE_STATIC_H
|
|
|
|
|
|
class fopAc_ac_c;
|
|
|
|
int CheckFieldItemCreateHeap(fopAc_ac_c* actor);
|
|
|
|
#endif /* D_A_D_A_ITEMBASE_STATIC_H */
|