mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-16 20:31:29 +00:00
added ISurface interface
This commit is contained in:
parent
0fa62e310a
commit
454891b4e5
@ -2,6 +2,7 @@
|
||||
#define CCGLCONTEXT_HPP
|
||||
|
||||
#include "IContext.hpp"
|
||||
#include <OpenGL/OpenGL.h>
|
||||
|
||||
class CCGLContext final : public IContext
|
||||
{
|
||||
|
9
include/ISurface.hpp
Normal file
9
include/ISurface.hpp
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef ISURFACE_HPP
|
||||
#define ISURFACE_HPP
|
||||
|
||||
class ISurface
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
#endif // CSURFACE_HPP
|
@ -1,6 +1,8 @@
|
||||
HEADERS += \
|
||||
$$PWD/include/boo.hpp \
|
||||
$$PWD/include/IContext.hpp
|
||||
$$PWD/include/IContext.hpp \
|
||||
$$PWD/include/CCGLContext.hpp \
|
||||
$$PWD/include/ISurface.hpp
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/src/CCGLContext.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user