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