summaryrefslogtreecommitdiff
path: root/Platform.cpp
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-11-24 19:57:03 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-11-24 19:57:03 +0000
commit3383e8be9001826bf0d09f1fb73ad5013cc8627e (patch)
tree27be0f78ab8672a7187d517c73b4ee22817369cc /Platform.cpp
Initial commit
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";
+}