mirror of https://github.com/AxioDL/boo.git
Redundant preprocessor cleanup
This commit is contained in:
parent
87ceeb9392
commit
6cbd086204
|
@ -2,17 +2,13 @@
|
|||
#include <math.h>
|
||||
#include <boo/boo.hpp>
|
||||
#include <boo/graphicsdev/GL.hpp>
|
||||
#include <boo/graphicsdev/D3D.hpp>
|
||||
#include <boo/graphicsdev/Metal.hpp>
|
||||
#include <thread>
|
||||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
#include "logvisor/logvisor.hpp"
|
||||
|
||||
#if _WIN32
|
||||
#include <boo/graphicsdev/D3D.hpp>
|
||||
#elif __APPLE__
|
||||
#include <boo/graphicsdev/Metal.hpp>
|
||||
#endif
|
||||
|
||||
namespace boo
|
||||
{
|
||||
|
||||
|
@ -516,4 +512,3 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE, LPWSTR lpCmdLine, int)
|
|||
return wmain(argc+1, booArgv);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue