summaryrefslogtreecommitdiff
path: root/Platform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Platform.cpp')
-rw-r--r--Platform.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Platform.cpp b/Platform.cpp
new file mode 100644
index 0000000..3a01a7a
--- /dev/null
+++ b/Platform.cpp
@@ -0,0 +1,6 @@
+#include <iostream>
+#include "Platform.h"
+
+Platform::Platform() {
+ std::cout << "Platform::Platform(): Platform created.\n";
+}