aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/graphics.h')
-rw-r--r--engines/agi/graphics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/agi/graphics.h b/engines/agi/graphics.h
index 9d7cf20be6..e851e0ff75 100644
--- a/engines/agi/graphics.h
+++ b/engines/agi/graphics.h
@@ -22,8 +22,8 @@
*
*/
-#ifndef __AGI_GRAPHICS_H
-#define __AGI_GRAPHICS_H
+#ifndef AGI_GRAPHICS_H
+#define AGI_GRAPHICS_H
#include "common/stdafx.h"
@@ -80,4 +80,4 @@ void poll_timer(void);
} // End of namespace Agi
-#endif /* __AGI_GRAPHICS_H */
+#endif /* AGI_GRAPHICS_H */