Files
thepool/source/jgame.h
2024-07-03 11:38:39 +02:00

15 lines
182 B
C++

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