aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/yage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/yage.hpp')
-rw-r--r--include/YAGE/yage.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/YAGE/yage.hpp b/include/YAGE/yage.hpp
index 31289d64..b426eed9 100644
--- a/include/YAGE/yage.hpp
+++ b/include/YAGE/yage.hpp
@@ -25,11 +25,11 @@
#include <stdexcept>
-namespace yage {
+namespace yage
+{
bool init() { return SDL_Init(SDL_INIT_VIDEO); }
void quit() { SDL_Quit(); }
-
};
#endif