#pragma once namespace BarinkEngine { class Engine { public: static void Startup(); static void Shutdown(); }; };