git repos / blockattack-game

commit e7e97e11

Haelwenn (lanodan) Monnier · 2023-07-20 01:27
e7e97e11ffe52843286828b8fc291e08a2cb1e52 patch · browse files
parent f1b98f591db40e5215da64c577bc4cfe366ca644

code/gamecontroller.h: Fix header guard

Changed files

M source/code/gamecontroller.h before
diff --git a/source/code/gamecontroller.h b/source/code/gamecontroller.h index 3648250..823f1b4 100644 --- a/source/code/gamecontroller.h +++ b/source/code/gamecontroller.h
@@ -22,7 +22,7 @@ http://www.blockattack.net
*/
#ifndef GAMECONTROLLER_H
-#define GAMECONTROLLER_HPP
+#define GAMECONTROLLER_H
#include "SDL.h"
#include <vector>