fix public def

This commit is contained in:
Andrey Zimin 2024-05-23 11:00:00 +03:00
parent a9d2365e07
commit b151529437

View File

@ -7,6 +7,7 @@
std::bind(&application::on_event, this, std::placeholders::_1) std::bind(&application::on_event, this, std::placeholders::_1)
#define VE_FN_OVERIDE()\ #define VE_FN_OVERIDE()\
public:\
void on_attach() override;\ void on_attach() override;\
void on_detach() override;\ void on_detach() override;\
void render() override;\ void render() override;\