AppleWin/source/frontends/ncurses/world.h
Andrea Odetti ba6aaf6775 applen: make --headless really skip ncurses initialisation.
Stop with Ctrl-C.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-12-19 15:40:16 +00:00

10 lines
181 B
C

#pragma once
int ProcessKeyboard();
void ProcessInput();
void NVideoInitialize(const bool headless);
void VideoRedrawScreen();
extern double g_relativeSpeed;
extern bool g_stop;