/* * * Init stuff for the hacks section of the tf2 module. * */ namespace modules { namespace csgo { namespace hacks { void Init(); } } // namespace csgo } // namespace modules