mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-26 07:38:48 -04:00
19 lines
369 B
C
19 lines
369 B
C
#ifndef D_A_ITEMBASE_STATIC_H
|
|
#define D_A_ITEMBASE_STATIC_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
void getItemNo();
|
|
void getHeight();
|
|
void getR();
|
|
void hide();
|
|
void show();
|
|
void changeDraw();
|
|
void chkDraw();
|
|
void dead();
|
|
void chkDead();
|
|
void setLoadError();
|
|
void CheckItemCreateHeap(fopAc_ac_c*);
|
|
void CheckFieldItemCreateHeap(fopAc_ac_c*);
|
|
|
|
#endif /* D_A_ITEMBASE_STATIC_H */ |