/* BlinkerCopyright 2011-2014 Stefan Schuermans <stefan@blinkenarea.org>Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.htmla blinkenarea.org project */#ifndef BLINKER_PLATFORMINIT_H#define BLINKER_PLATFORMINIT_Hnamespace Blinker {/// initialization and cleanup on a platformclass PlatformInit{public:/*** @brief constructor*/PlatformInit();/*** @brief destructor*/~PlatformInit();}; // class PlatformInit} // namespace Blinker#endif // #ifndef BLINKER_PLATFORMINIT_H