From 3383e8be9001826bf0d09f1fb73ad5013cc8627e Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 24 Nov 2010 19:57:03 +0000 Subject: Initial commit --- Platform.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Platform.cpp (limited to 'Platform.cpp') 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 +#include "Platform.h" + +Platform::Platform() { + std::cout << "Platform::Platform(): Platform created.\n"; +} -- cgit v1.2.3