MyGL
Loading...
Searching...
No Matches
mygl.hpp
1#ifndef MYGL_MAIN_HEADER
2#define MYGL_MAIN_HEADER
3
4#include "mygl_export.h"
5#include "Window.hpp"
6#include "Drawable/Rectangle.hpp"
7#include "Drawable/Polygon.hpp"
8#include "Drawable/Triangle.hpp"
9#include "Drawable/Text.hpp"
10#include "Camera.hpp"
11
12#endif