Files
dusklight/include/d/d_bg_parts.h
T
2025-11-29 22:11:21 +02:00

15 lines
230 B
C++

#ifndef D_D_BG_PARTS
#define D_D_BG_PARTS
#include "f_op/f_op_actor.h"
class dBgp_c {
public:
int registBg(fopAc_ac_c*);
void draw(fopAc_ac_c*);
int execute(bool);
void releaseBg();
};
#endif /* D_D_BG_PARTS */