AppleWin/source/frontends/ncurses/world.h
Andrea Odetti ed27650368 Allow users to specify Paddle device for applen.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-12-31 14:34:00 +00:00

13 lines
252 B
C++

#pragma once
#include <string>
int ProcessKeyboard();
void ProcessInput();
void NVideoInitialise(const bool headless);
void NVideoRedrawScreen();
void PaddleInitialise(const std::string & device);
extern double g_relativeSpeed;
extern bool g_stop;