summaryrefslogtreecommitdiff
path: root/BaseUnit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'BaseUnit.cpp')
-rw-r--r--BaseUnit.cpp39
1 files changed, 39 insertions, 0 deletions
diff --git a/BaseUnit.cpp b/BaseUnit.cpp
new file mode 100644
index 0000000..ff431b5
--- /dev/null
+++ b/BaseUnit.cpp
@@ -0,0 +1,39 @@
+/* *******************************************************************
+ * Includes
+ * ******************************************************************/
+
+#include "BaseUnit.h"
+
+/* *******************************************************************
+ * Defines
+ * ******************************************************************/
+
+/* *******************************************************************
+ * Types definition
+ * ******************************************************************/
+
+/* *******************************************************************
+ * Global variables definition
+ * ******************************************************************/
+
+/* *******************************************************************
+ * Local variables definition
+ * ******************************************************************/
+
+/* *******************************************************************
+ * Local prototypes declaration
+ * ******************************************************************/
+
+/* *******************************************************************
+ * Functions definition
+ * ******************************************************************/
+
+/*****************************************************************//**
+ *
+ * \brief Constructor for BaseUnit class.
+ *
+ *********************************************************************/
+BaseUnit::BaseUnit(void)
+{
+}
+