ShishGL  1.0
A simple modular cross-platform graphics library
Styles.hpp
Go to the documentation of this file.
1 /*============================================================================*/
2 #ifndef SHISHGL_STYLES_HPP
3 #define SHISHGL_STYLES_HPP
4 /*============================================================================*/
5 
6 #include "ColorFill.hpp"
7 #include "TextureFill.hpp"
8 #include "Bordered.hpp"
9 #include "Font.hpp"
10 
11 /*============================================================================*/
12 #endif //SHISHGL_STYLES_HPP
13 /*============================================================================*/
Font.hpp
Bordered.hpp
TextureFill.hpp
ColorFill.hpp