summaryrefslogtreecommitdiff
path: root/src/core/platformid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/platformid.cpp')
-rw-r--r--src/core/platformid.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/core/platformid.cpp b/src/core/platformid.cpp
new file mode 100644
index 0000000..1a91c97
--- /dev/null
+++ b/src/core/platformid.cpp
@@ -0,0 +1,11 @@
+#include "platformid.h"
+
+using namespace Coal;
+
+PlatformId::PlatformId()
+{
+}
+
+PlatformId::~PlatformId()
+{
+}