aboutsummaryrefslogtreecommitdiff
path: root/sky/autoroute.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/autoroute.h')
-rw-r--r--sky/autoroute.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sky/autoroute.h b/sky/autoroute.h
index 8663b6af97..5e6730b849 100644
--- a/sky/autoroute.h
+++ b/sky/autoroute.h
@@ -1,6 +1,5 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2003 The ScummVM project
- * Copyright (C) 2003 Robert "LavosSpawn" Goeffringmann
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -20,8 +19,8 @@
*
*/
-#ifndef __AutoRoute__
-#define __AutoRoute__
+#ifndef AUTOROUTE_H
+#define AUTOROUTE_H
#include "stdafx.h"
#include "sky/sky.h"
@@ -43,5 +42,5 @@ private:
uint16 *_routeGrid;
};
-#endif // __AutoRoute
+#endif // AUTOROUTE_H