#pragma once struct GameClient; namespace Game { class NetbaraStatusReq; }; class NetbarInterface { public: static bool onReceiveNetbarReportRequest(GameClient* client, Game::NetbaraStatusReq* request); };