#ifdef _WIN32 #include "Win32/stdafx.h" #endif #include class SampleApp : public DKApplication { public: SampleApp(); ~SampleApp(); };