aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/logic.h')
-rw-r--r--engines/agi/logic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/agi/logic.h b/engines/agi/logic.h
index cd6fbf752c..6922602517 100644
--- a/engines/agi/logic.h
+++ b/engines/agi/logic.h
@@ -22,8 +22,8 @@
*
*/
-#ifndef __AGI_LOGIC_H
-#define __AGI_LOGIC_H
+#ifndef AGI_LOGIC_H
+#define AGI_LOGIC_H
#include "agi/agi.h"
@@ -46,4 +46,4 @@ void unload_logic(int);
} // End of namespace Agi
-#endif /* __AGI_LOGIC_H */
+#endif /* AGI_LOGIC_H */