mirror of
https://github.com/zeldaret/tp
synced 2026-05-25 07:23:14 -04:00
7fd7d0c1f3
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
10 lines
179 B
C++
10 lines
179 B
C++
#ifndef D_A_D_A_ITEMBASE_STATIC_H
|
|
#define D_A_D_A_ITEMBASE_STATIC_H
|
|
|
|
|
|
class fopAc_ac_c;
|
|
|
|
void CheckFieldItemCreateHeap(fopAc_ac_c* actor);
|
|
|
|
#endif /* D_A_D_A_ITEMBASE_STATIC_H */
|