texture
This commit is contained in:
parent
f2604d01cd
commit
3072248158
19 changed files with 193 additions and 36 deletions
|
|
@ -5,7 +5,7 @@ namespace fishbone {
|
|||
class Window;
|
||||
}; // namespace fishbone
|
||||
|
||||
#include <fishbone/machdep.h>
|
||||
#include <fishbone/pre.h>
|
||||
|
||||
namespace fishbone {
|
||||
class Window {
|
||||
|
|
@ -15,6 +15,8 @@ namespace fishbone {
|
|||
public:
|
||||
Window(std::string title, int width, int height);
|
||||
~Window();
|
||||
|
||||
void poll();
|
||||
};
|
||||
}; // namespace fishbone
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue