projects
/
SoftShadeRoom
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
framebuffer.c
blob: 7fa0865642e3a70c147ec1f753227dbf82b2adfd (
plain
)
1
2
3
4
5
#include "framebuffer.h" FrameBuffer* fbo_create(uint height, uint width) { }