Browse Source

Fix SDL import

DricomDragon 4 years ago
parent
commit
71832c434d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Input.h

+ 1 - 1
Input.h

@@ -6,7 +6,7 @@
 
 // Include
 #include <iostream>
-#include <SDL.h>
+#include <SDL/SDL.h>
 
 
 // Classe