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