WINTERMUTE: Even more fixes to header-guards.

This commit is contained in:
Einar Johan Trøan Sømåen
2012-08-31 20:52:23 +02:00
parent fb367d1ac3
commit 59b1bbfa15
9 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -26,8 +26,8 @@
* Copyright (c) 2011 Jan Nedoma
*/
#ifndef WINTERMUTE_BASE_ACTIVERECT_H
#define WINTERMUTE_BASE_ACTIVERECT_H
#ifndef WINTERMUTE_BASE_ACTIVE_RECT_H
#define WINTERMUTE_BASE_ACTIVE_RECT_H
#include "engines/wintermute/math/rect32.h"
#include "engines/wintermute/base/base.h"
@@ -26,8 +26,8 @@
* Copyright (c) 2011 Jan Nedoma
*/
#ifndef WINTERMUTE_BASE_DYNBUFFER_H
#define WINTERMUTE_BASE_DYNBUFFER_H
#ifndef WINTERMUTE_BASE_DYNAMIC_BUFFER_H
#define WINTERMUTE_BASE_DYNAMIC_BUFFER_H
#include "engines/wintermute/base/base.h"
+2 -2
View File
@@ -26,8 +26,8 @@
* Copyright (c) 2011 Jan Nedoma
*/
#ifndef WINTERMUTE_BASE_FILEMANAGER_H
#define WINTERMUTE_BASE_FILEMANAGER_H
#ifndef WINTERMUTE_BASE_FILE_MANAGER_H
#define WINTERMUTE_BASE_FILE_MANAGER_H
#include "common/archive.h"
#include "common/str.h"
+2 -2
View File
@@ -26,8 +26,8 @@
* Copyright (c) 2011 Jan Nedoma
*/
#ifndef WINTERMUTE_BASE_NAMEDOBJECT_H
#define WINTERMUTE_BASE_NAMEDOBJECT_H
#ifndef WINTERMUTE_BASE_NAMED_OBJECT_H
#define WINTERMUTE_BASE_NAMED_OBJECT_H
#include "engines/wintermute/base/base.h"
@@ -26,8 +26,8 @@
* Copyright (c) 2011 Jan Nedoma
*/
#ifndef WINTERMUTE_BASE_PERSISTMGR_H
#define WINTERMUTE_BASE_PERSISTMGR_H
#ifndef WINTERMUTE_BASE_PERSISTENCE_MANAGER_H
#define WINTERMUTE_BASE_PERSISTENCE_MANAGER_H
#include "engines/wintermute/dctypes.h"
@@ -25,8 +25,8 @@
* http://dead-code.org/redir.php?target=wmelite
* Copyright (c) 2011 Jan Nedoma
*/
#ifndef WINTERMUTE_BASE_SAVETHUMBHELPER_H
#define WINTERMUTE_BASE_SAVETHUMBHELPER_H
#ifndef WINTERMUTE_BASE_SAVE_THUMB_HELPER_H
#define WINTERMUTE_BASE_SAVE_THUMB_HELPER_H
#include "engines/wintermute/base/base.h"
+2 -2
View File
@@ -26,8 +26,8 @@
* Copyright (c) 2011 Jan Nedoma
*/
#ifndef WINTERMUTE_BASE_STRINGTABLE_H
#define WINTERMUTE_BASE_STRINGTABLE_H
#ifndef WINTERMUTE_BASE_STRING_TABLE_H
#define WINTERMUTE_BASE_STRING_TABLE_H
#include "common/hashmap.h"
@@ -26,8 +26,8 @@
* Copyright (c) 2011 Jan Nedoma
*/
#ifndef WINTERMUTE_BASE_SURFACESTORAGE_H
#define WINTERMUTE_BASE_SURFACESTORAGE_H
#ifndef WINTERMUTE_BASE_SURFACE_STORAGE_H
#define WINTERMUTE_BASE_SURFACE_STORAGE_H
#include "engines/wintermute/base/base.h"
#include "common/array.h"
@@ -26,8 +26,8 @@
* Copyright (c) 2011 Jan Nedoma
*/
#ifndef WINTERMUTE_BASE_TRANSITIONMGR_H
#define WINTERMUTE_BASE_TRANSITIONMGR_H
#ifndef WINTERMUTE_BASE_TRANSITION_MANAGER_H
#define WINTERMUTE_BASE_TRANSITION_MANAGER_H
#include "engines/wintermute/base/base.h"