AppleWin/source/frontends/ncurses/world.h
Andrea Odetti 7d6439fefd Introduce a LinuxFrame.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-12-27 20:25:42 +00:00

10 lines
182 B
C

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