UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
hookpoint.h
Go to the documentation of this file.
1 #ifndef UGDK_UI_HOOKPOINT_H_
2 #define UGDK_UI_HOOKPOINT_H_
3 
4 namespace ugdk {
5 namespace ui {
6 
7 enum class HookPoint {
9  LEFT, CENTER, RIGHT,
11 };
12 
13 } // namespace ui
14 } // namespace ugdk
15 
16 #endif // UGDK_UI_HOOKPOINT_H_
Definition: animation.h:11
HookPoint
Definition: hookpoint.h:7