mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 15:46:19 +00:00
fixed conflicting macx qmake rules
This commit is contained in:
@@ -8,8 +8,11 @@ class CCGLContext final : public IContext
|
||||
{
|
||||
public:
|
||||
CCGLContext();
|
||||
virtual ~CCGLContext() {}
|
||||
virtual ~CCGLContext();
|
||||
|
||||
bool create();
|
||||
void setMinVersion (const int& min) override;
|
||||
void setMajorVersion(const int& maj) override;
|
||||
const std::string version() const override;
|
||||
const std::string name() const override;
|
||||
int depthSize() const override;
|
||||
|
||||
Reference in New Issue
Block a user