diff options
author | chai <chaifix@163.com> | 2019-12-21 22:24:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-21 22:24:15 +0800 |
commit | ec111247c614663d8231245a17c314b9b8b4a28c (patch) | |
tree | a66058508161da488371c90316865ae850b8be15 /src/core/framebuffer.c | |
parent | c3f45735ecfab6e567be371758f21395e92dfef6 (diff) |
*misc
Diffstat (limited to 'src/core/framebuffer.c')
-rw-r--r-- | src/core/framebuffer.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/framebuffer.c b/src/core/framebuffer.c deleted file mode 100644 index 7fa0865..0000000 --- a/src/core/framebuffer.c +++ /dev/null @@ -1,5 +0,0 @@ -#include "framebuffer.h" - -FrameBuffer* fbo_create(uint height, uint width) { - -} |