mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 11:49:59 +01:00
11 lines
120 B
C++
11 lines
120 B
C++
#ifndef FRAMEBUFFER_H
|
|
#define FRAMEBUFFER_H
|
|
|
|
|
|
class FrameBuffer
|
|
{
|
|
public:
|
|
FrameBuffer();
|
|
};
|
|
|
|
#endif // FRAMEBUFFER_H
|