aboutsummaryrefslogtreecommitdiff
path: root/sky/autoroute.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-04-29 14:34:23 +0000
committerRobert Göffringmann2003-04-29 14:34:23 +0000
commit9e83d98797d6c569cb20aecf3b2f6acf478d4b64 (patch)
tree6d3277bd715d1908635c09d05da8dab9af46f0d8 /sky/autoroute.h
parentcaf3ffda050e7fc92cb71e0f7eb0030fc17d81fa (diff)
downloadscummvm-rg350-9e83d98797d6c569cb20aecf3b2f6acf478d4b64.tar.gz
scummvm-rg350-9e83d98797d6c569cb20aecf3b2f6acf478d4b64.tar.bz2
scummvm-rg350-9e83d98797d6c569cb20aecf3b2f6acf478d4b64.zip
changed ScummVM header, renamed header defines
svn-id: r7200
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