mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 21:21:57 -04:00
bloom2 wip
This commit is contained in:
@@ -31,6 +31,9 @@ public:
|
||||
void create();
|
||||
void remove();
|
||||
void draw();
|
||||
#if TARGET_PC
|
||||
void draw2();
|
||||
#endif
|
||||
|
||||
u8 getEnable() { return mEnable; }
|
||||
void setEnable(u8 i_enable) { mEnable = i_enable; }
|
||||
|
||||
Reference in New Issue
Block a user