diff options
Diffstat (limited to 'engine-ocean/Game/Systems/UI/ButtonAction/buttonaction.cpp')
-rw-r--r-- | engine-ocean/Game/Systems/UI/ButtonAction/buttonaction.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engine-ocean/Game/Systems/UI/ButtonAction/buttonaction.cpp b/engine-ocean/Game/Systems/UI/ButtonAction/buttonaction.cpp new file mode 100644 index 0000000..c7314f6 --- /dev/null +++ b/engine-ocean/Game/Systems/UI/ButtonAction/buttonaction.cpp @@ -0,0 +1,6 @@ +#include "buttonaction.h" + +ButtonAction::ButtonAction() +{ + +} |