//--STRIP #ifndef SFW_CORE_H #define SFW_CORE_H //--STRIP class SFWCore { public: static void setup(); static void cleanup(); protected: static bool _initialized; }; //--STRIP #endif //--STRIP