ShishGL  1.0
A simple modular cross-platform graphics library
Shapes.hpp
Go to the documentation of this file.
1 /*============================================================================*/
2 #ifndef SHISHGL_SHAPES_HPP
3 #define SHISHGL_SHAPES_HPP
4 /*============================================================================*/
5 
6 #include "Shape2D.hpp"
7 #include "RectangleShape.hpp"
8 #include "CircleShape.hpp"
9 
10 /*============================================================================*/
11 #endif //SHISHGL_SHAPES_HPP
12 /*============================================================================*/
CircleShape.hpp
Shape2D.hpp
RectangleShape.hpp