WINTERMUTE: Cleanup include guard names

This commit is contained in:
Paweł Kołodziejski 2022-09-04 12:10:52 +02:00
parent 5d7d41519d
commit 3a67525ac6
No known key found for this signature in database
GPG Key ID: 0BDADC9E74440FF7
6 changed files with 12 additions and 12 deletions

View File

@ -25,8 +25,8 @@
* Copyright (c) 2003-2013 Jan Nedoma and contributors
*/
#ifndef WINTERMUTE_MESH_X_OPENGL_H
#define WINTERMUTE_MESH_X_OPENGL_H
#ifndef WINTERMUTE_XMESH_OPENGL_H
#define WINTERMUTE_XMESH_OPENGL_H
#include "engines/wintermute/base/gfx/xmesh.h"

View File

@ -25,8 +25,8 @@
* Copyright (c) 2003-2013 Jan Nedoma and contributors
*/
#ifndef WINTERMUTE_MESH_X_OPENGL_SHADER_H
#define WINTERMUTE_MESH_X_OPENGL_SHADER_H
#ifndef WINTERMUTE_XMESH_OPENGL_SHADER_H
#define WINTERMUTE_XMESH_OPENGL_SHADER_H
#include "engines/wintermute/base/gfx/xmesh.h"

View File

@ -25,8 +25,8 @@
* Copyright (c) 2003-2013 Jan Nedoma and contributors
*/
#ifndef WINTERMUTE_FRAME_NODE_H
#define WINTERMUTE_FRAME_NODE_H
#ifndef WINTERMUTE_XFRAME_NODE_H
#define WINTERMUTE_XFRAME_NODE_H
#include "engines/wintermute/base/base_named_object.h"
#include "engines/wintermute/base/gfx/xmesh.h"

View File

@ -25,8 +25,8 @@
* Copyright (c) 2003-2013 Jan Nedoma and contributors
*/
#ifndef WINTERMUTE_MATERIAL_H
#define WINTERMUTE_MATERIAL_H
#ifndef WINTERMUTE_XMATERIAL_H
#define WINTERMUTE_XMATERIAL_H
#include "engines/wintermute/base/base_named_object.h"

View File

@ -25,8 +25,8 @@
* Copyright (c) 2003-2013 Jan Nedoma and contributors
*/
#ifndef WINTERMUTE_MESH_X_H
#define WINTERMUTE_MESH_X_H
#ifndef WINTERMUTE_XMESH_H
#define WINTERMUTE_XMESH_H
#include "engines/wintermute/base/base_named_object.h"
#include "engines/wintermute/base/gfx/xmodel.h"

View File

@ -25,8 +25,8 @@
* Copyright (c) 2003-2013 Jan Nedoma and contributors
*/
#ifndef WINTERMUTE_MODEL_X_H
#define WINTERMUTE_MODEL_X_H
#ifndef WINTERMUTE_XMODEL_H
#define WINTERMUTE_XMODEL_H
#include "engines/wintermute/base/base_object.h"
#include "engines/wintermute/base/base_sprite.h"