mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 12:24:56 +00:00
Convert to pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef _DNACOMMON_VISIBUILDER_HPP_
|
||||
#define _DNACOMMON_VISIBUILDER_HPP_
|
||||
#pragma once
|
||||
|
||||
#include "VISIRenderer.hpp"
|
||||
#include "zeus/CAABox.hpp"
|
||||
@@ -134,4 +133,3 @@ struct VISIBuilder
|
||||
VISIBuilder(VISIRenderer& renderer) : renderCache(renderer) {}
|
||||
};
|
||||
|
||||
#endif // _DNACOMMON_VISIBUILDER_HPP_
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef VISIRENDERER_HPP
|
||||
#define VISIRENDERER_HPP
|
||||
#pragma once
|
||||
|
||||
#include "boo/graphicsdev/glew.h"
|
||||
#include "hecl/SystemChar.hpp"
|
||||
@@ -108,4 +107,3 @@ public:
|
||||
int ReturnVal() const { return m_return; }
|
||||
};
|
||||
|
||||
#endif // VISIRENDERER_HPP
|
||||
|
||||
Reference in New Issue
Block a user