aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/logic.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-05-24 14:25:42 +0000
committerTorbjörn Andersson2006-05-24 14:25:42 +0000
commit1bec2024a6ce1e131f24ce09c66da096c08ac0b0 (patch)
treeb0c843e1c52d845a918cbdbb63a432ea2432bbf6 /engines/agi/logic.h
parentf2641ce081bc56fd1ea28aa06d3e0eef6077a6b8 (diff)
downloadscummvm-rg350-1bec2024a6ce1e131f24ce09c66da096c08ac0b0.tar.gz
scummvm-rg350-1bec2024a6ce1e131f24ce09c66da096c08ac0b0.tar.bz2
scummvm-rg350-1bec2024a6ce1e131f24ce09c66da096c08ac0b0.zip
From what I understand, the __ prefix is generally reserved for system headers,
so I've removed most of them. There's still some in list.h, but that should probably be replaced by our own list handler some day. svn-id: r22611
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 */