Files
thepool/source/jgame.h

12 lines
116 B
C++

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