#include #include "Platform.h" Platform::Platform() { std::cout << "Platform::Platform(): Platform created.\n"; }