* Platform guards

This commit is contained in:
2015-04-18 17:37:52 -07:00
parent 34599a0c15
commit 460d3875f5
7 changed files with 24 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
#ifndef CCGLCONTEXT_HPP
#define CCGLCONTEXT_HPP
#ifdef __APPLE__
#include "IGraphicsContext.hpp"
#include <OpenGL/OpenGL.h>
@@ -24,4 +25,5 @@ private:
int m_majVersion;
};
#endif // __APPLE__
#endif // CCGLCONTEXT_HPP