I should have commit when I knew what changes I made.

This commit is contained in:
2019-08-21 20:12:59 -04:00
parent 05ffe20bb4
commit 1e1a33f3f9
23 changed files with 820 additions and 175 deletions
@@ -42,5 +42,12 @@ namespace GUIHelpers {
BOTTOM,
LEFT
};/// END enum DEFINITION eAlign
enum EXPORT_FROM_MYDLL eEventType : unsigned int
{
DEFAULT_EVENT = 0,
/// cButton Press
BUTTON
};/// END enum DEFINITION eEventType
}/// END NAMESPACE DEFINITION GUIEngine
#endif/// END IFNDEF _ENUMS_HPP_