#pragma once namespace shared_game { void init(int argc, char** argv); void shutdown(void); } // namespace shared_game