ShishGL  1.0
A simple modular cross-platform graphics library
Behaviors.hpp
Go to the documentation of this file.
1 /*============================================================================*/
2 #ifndef SHISHGL_BEHAVIORS_HPP
3 #define SHISHGL_BEHAVIORS_HPP
4 /*============================================================================*/
5 
6 #include "DefaultBehavior.hpp"
7 #include "Clickable.hpp"
8 #include "Draggable.hpp"
9 #include "Slidable.hpp"
10 #include "Dialog.hpp"
11 
12 /*============================================================================*/
13 #endif //SISHGL_BEHAVIORS_HPP
14 /*============================================================================*/
Dialog.hpp
Slidable.hpp
DefaultBehavior.hpp
Clickable.hpp
Draggable.hpp