Blob Blame Raw
#ifndef FRAMEBUFFER_H
#define FRAMEBUFFER_H


void framebufferInit();
void framebufferDraw();


#endif