#pragma once namespace game { void setUpdateTicks(const int ticks); void init(); bool loop(); void exit(); const char* getParams(const int index); }