]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/Input.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Utils / Input.cpp
index 93765225ea2de526e35eb826eff922fa302f1a7c..30667c786e37e28ce4d32dc082892b113d899d19 100644 (file)
@@ -18,8 +18,7 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-/**> HEADER FILES <**/
-#include "Utils/Input.h"
+#include "Utils/Input.hpp"
 
 bool keyDown[SDL_NUM_SCANCODES + 6];
 bool keyPressed[SDL_NUM_SCANCODES + 6];