mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
Convert to pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef BOO_UWPCOMMON_HPP
|
||||
#define BOO_UWPCOMMON_HPP
|
||||
#pragma once
|
||||
|
||||
#include "WinCommon.hpp"
|
||||
|
||||
@@ -84,4 +83,3 @@ struct Boo3DAppContextUWP : Boo3DAppContext
|
||||
}
|
||||
};
|
||||
|
||||
#endif // BOO_UWPCOMMON_HPP
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef BOO_WIN32COMMON_HPP
|
||||
#define BOO_WIN32COMMON_HPP
|
||||
#pragma once
|
||||
|
||||
#ifndef _CRT_SECURE_NO_WARNINGS
|
||||
#define _CRT_SECURE_NO_WARNINGS 1 /* STFU MSVC */
|
||||
@@ -168,4 +167,3 @@ namespace boo
|
||||
extern Win32Cursors WIN32_CURSORS;
|
||||
}
|
||||
|
||||
#endif // BOO_WIN32COMMON_HPP
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef BOO_WINCOMMON_HPP
|
||||
#define BOO_WINCOMMON_HPP
|
||||
#pragma once
|
||||
|
||||
#include <unordered_map>
|
||||
#include "boo/IWindow.hpp"
|
||||
@@ -133,4 +132,3 @@ static inline std::wstring MBSTWCS(const char* str)
|
||||
return strTo;
|
||||
}
|
||||
|
||||
#endif // BOO_WINCOMMON_HPP
|
||||
|
||||
Reference in New Issue
Block a user