mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
WINTERMUTE: Even more fixes to header-guards.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user