aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/console.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/console.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/console.h')
-rw-r--r--engines/agi/console.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/agi/console.h b/engines/agi/console.h
index 1a211f9826..9043f8906f 100644
--- a/engines/agi/console.h
+++ b/engines/agi/console.h
@@ -22,8 +22,8 @@
*
*/
-#ifndef __AGI_CONSOLE_H
-#define __AGI_CONSOLE_H
+#ifndef AGI_CONSOLE_H
+#define AGI_CONSOLE_H
namespace Agi {
@@ -68,4 +68,4 @@ void report(char *, ...);
} // End of namespace Agi
-#endif /* __AGI_CONSOLE_H */
+#endif /* AGI_CONSOLE_H */