diff options
Diffstat (limited to 'src/core/framebuffer.c')
-rw-r--r-- | src/core/framebuffer.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/framebuffer.c b/src/core/framebuffer.c index e69de29..7fa0865 100644 --- a/src/core/framebuffer.c +++ b/src/core/framebuffer.c @@ -0,0 +1,5 @@ +#include "framebuffer.h" + +FrameBuffer* fbo_create(uint height, uint width) { + +} |