mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 07:07:41 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _RENDERER_HPP
|
||||
#define _RENDERER_HPP
|
||||
#ifndef _IRENDERER
|
||||
#define _IRENDERER
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -21,6 +21,6 @@ class CResFactory;
|
||||
|
||||
namespace Renderer {
|
||||
IRenderer* AllocateRenderer(IObjectStore&, COsContext&, CMemorySys&, CResFactory&);
|
||||
};
|
||||
}; // namespace Renderer
|
||||
|
||||
#endif
|
||||
#endif // _IRENDERER
|
||||
|
||||
Reference in New Issue
Block a user