summaryrefslogtreecommitdiffstats
path: root/src/Render.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Render.hpp')
-rw-r--r--src/Render.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Render.hpp b/src/Render.hpp
index 3998f26..7d3af39 100644
--- a/src/Render.hpp
+++ b/src/Render.hpp
@@ -39,7 +39,7 @@ class Render {
void HandleEvents();
- void InitSfml(unsigned int WinWidth, unsigned int WinHeight, std::string WinTitle);
+ void InitSdl(unsigned int WinWidth, unsigned int WinHeight, std::string WinTitle);
void InitGlew();