#ifndef EGG_STATE_EFB_H #define EGG_STATE_EFB_H namespace EGG { class StateEfb { public: static void Clean(); }; } // namespace EGG #endif