remove inlines

This commit is contained in:
scawful
2022-07-06 22:35:00 -04:00
parent 8378f6bf2d
commit 6e97649e2f
4 changed files with 14 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ class Controller {
void CreateWindow();
void CreateRenderer();
void CreateGuiContext() const;
inline void quit() { active_ = false; }
void quit() { active_ = false; }
friend int ::main(int argc, char **argv);
struct sdl_deleter {