/* */ #ifndef _D_PLATFORM_H_ #define _D_PLATFORM_H_ class Platform { public: Platform(); ~Platform(); }; #endif // _D_PLATFORM_H_