1 2 3 4 5 6 7
#pragma once namespace shared_game { void init(int argc, char** argv); void shutdown(void); } // namespace shared_game