mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-31 07:45:48 -04:00
15 lines
230 B
C++
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 */
|