aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/opcodes.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/opcodes.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/opcodes.h')
-rw-r--r--engines/agi/opcodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/agi/opcodes.h b/engines/agi/opcodes.h
index 236ba19e68..02379373f5 100644
--- a/engines/agi/opcodes.h
+++ b/engines/agi/opcodes.h
@@ -22,8 +22,8 @@
*
*/
-#ifndef __AGI_OPCODES_H
-#define __AGI_OPCODES_H
+#ifndef AGI_OPCODES_H
+#define AGI_OPCODES_H
#include "agi/agi.h"
@@ -52,4 +52,4 @@ void patch_logic(int);
} // End of namespace Agi
-#endif /* __AGI_OPCODES_H */
+#endif /* AGI_OPCODES_H */