#ifndef FRAMEBUFFER_H #define FRAMEBUFFER_H class FrameBuffer { public: FrameBuffer(); }; #endif // FRAMEBUFFER_H