2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:44:56 +00:00

Convert to pragma once

This commit is contained in:
Jack Andersen
2018-10-06 17:42:33 -10:00
parent 9461e98512
commit c91e5df986
818 changed files with 815 additions and 4978 deletions

View File

@@ -1,5 +1,4 @@
#ifndef URDE_CAMERA_HPP
#define URDE_CAMERA_HPP
#pragma once
#include "zeus/CProjection.hpp"
#include "zeus/CFrustum.hpp"
@@ -29,4 +28,3 @@ public:
}
#endif // URDE_CAMERA_HPP

View File

@@ -1,5 +1,4 @@
#ifndef URDE_GAMEMODE_HPP
#define URDE_GAMEMODE_HPP
#pragma once
#include "Space.hpp"
#include "ViewManager.hpp"
@@ -74,4 +73,3 @@ public:
};
}
#endif // URDE_GAMEMODE_HPP

View File

@@ -1,5 +1,4 @@
#ifndef INFORMATIONCENTER_HPP
#define INFORMATIONCENTER_HPP
#pragma once
#include "Space.hpp"
#include "ViewManager.hpp"
@@ -68,4 +67,3 @@ public:
};
}
#endif // INFORMATIONCENTER_HPP

View File

@@ -1,5 +1,4 @@
#ifndef URDE_MODEL_VIEWER_HPP
#define URDE_MODEL_VIEWER_HPP
#pragma once
#include "Space.hpp"
#include "ViewManager.hpp"
@@ -86,4 +85,3 @@ public:
}
#endif // URDE_MODEL_VIEWER_HPP

View File

@@ -1,5 +1,4 @@
#ifndef URDE_PARTICLE_EDITOR_HPP
#define URDE_PARTICLE_EDITOR_HPP
#pragma once
#include "Space.hpp"
@@ -45,4 +44,3 @@ public:
}
#endif // URDE_PARTICLE_EDITOR_HPP

View File

@@ -1,5 +1,4 @@
#ifndef URDE_PROJECT_MANAGER_HPP
#define URDE_PROJECT_MANAGER_HPP
#pragma once
#include "hecl/Database.hpp"
#include "athena/DNAYaml.hpp"
@@ -60,4 +59,3 @@ public:
}
#endif // URDE_PROJECT_MANAGER_HPP

View File

@@ -1,5 +1,4 @@
#ifndef URDE_PROJECT_RESOURCE_FACTORY_BASE_HPP
#define URDE_PROJECT_RESOURCE_FACTORY_BASE_HPP
#pragma once
#include "hecl/ClientProcess.hpp"
#include "hecl/Database.hpp"
@@ -185,4 +184,3 @@ public:
}
#endif // URDE_PROJECT_RESOURCE_FACTORY_BASE_HPP

View File

@@ -1,5 +1,4 @@
#ifndef URDE_PROJECT_RESOURCE_FACTORY_MP1_HPP
#define URDE_PROJECT_RESOURCE_FACTORY_MP1_HPP
#pragma once
#include "ProjectResourceFactoryBase.hpp"
#include "CToken.hpp"
@@ -23,4 +22,3 @@ public:
}
#endif // URDE_PROJECT_RESOURCE_FACTORY_MP1_HPP

View File

@@ -1,5 +1,4 @@
#ifndef URDE_RESOURCE_HPP
#define URDE_RESOURCE_HPP
#pragma once
#include "hecl/Database.hpp"
#include "Space.hpp"
@@ -47,4 +46,3 @@ private:
}
#endif // URDE_RESOURCE_HPP

View File

@@ -1,5 +1,4 @@
#ifndef URDE_RESOURCE_OUTLINER_HPP
#define URDE_RESOURCE_OUTLINER_HPP
#pragma once
#include "Space.hpp"
#include "ViewManager.hpp"
@@ -261,4 +260,3 @@ public:
}
#endif // URDE_RESOURCE_OUTLINER_HPP

View File

@@ -1,5 +1,4 @@
#ifndef URDE_SPACE_HPP
#define URDE_SPACE_HPP
#pragma once
#include "athena/DNAYaml.hpp"
#include "specter/Space.hpp"
@@ -427,4 +426,3 @@ public:
}
#endif // URDE_SPACE_HPP

View File

@@ -1,5 +1,4 @@
#ifndef URDE_SPLASH_SCREEN_HPP
#define URDE_SPLASH_SCREEN_HPP
#pragma once
#include "specter/View.hpp"
#include "specter/ModalWindow.hpp"
@@ -184,4 +183,3 @@ public:
}
#endif // URDE_SPLASH_SCREEN_HPP

View File

@@ -1,5 +1,4 @@
#ifndef URDE_VIEW_MANAGER_HPP
#define URDE_VIEW_MANAGER_HPP
#pragma once
#include "hecl/CVarManager.hpp"
#include "boo/audiodev/IAudioVoiceEngine.hpp"
@@ -205,4 +204,3 @@ public:
}
#endif // URDE_VIEW_MANAGER_HPP

View File

@@ -1,5 +1,4 @@
#ifndef __URDE_BADGING_HPP__
#define __URDE_BADGING_HPP__
#pragma once
#include "specter/ViewResources.hpp"
@@ -15,4 +14,3 @@ specter::Icon& GetBadge();
#define BADGE_PHRASE "Prototype"
#endif
#endif // __URDE_BADGING_HPP__

View File

@@ -1,5 +1,4 @@
#ifndef URDE_ICONS_HPP
#define URDE_ICONS_HPP
#pragma once
#include "specter/Icon.hpp"
#include "specter/ViewResources.hpp"
@@ -43,4 +42,3 @@ specter::Icon& GetIcon(MonoIcon icon);
}
#endif // URDE_ICONS_HPP