Files
thepool/source/jgame.h
2023-02-28 19:09:25 +01:00

11 lines
70 B
C++

#pragma once
namespace game
{
void init();
bool loop();
}