mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
650e1c44a4
* work on d_a_movie_player * d_a_demo_item mostly done
11 lines
223 B
C++
11 lines
223 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);
|
|
int CheckItemCreateHeap(fopAc_ac_c* i_this);
|
|
|
|
#endif /* D_A_D_A_ITEMBASE_STATIC_H */
|