#pragma once #include class Notify { private: Notify() {}; public: static void PlayNotify(); static BOOL vibraOn; };