mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 06:50:43 -04:00
bec749eadb
* 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 */
|