Files
thepool/source/jgame.h
2024-07-02 19:31:19 +02:00

13 lines
160 B
C++

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