mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-12 06:45:07 +00:00
* Platform guards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user