AppleWin/source/frontends/ncurses/world.h
Andrea Odetti 5de5af3fe8 Move all initialisation for (sa2, applen, retro2) to common2.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-12-13 19:47:30 +00:00

9 lines
168 B
C

#pragma once
int ProcessKeyboard();
void ProcessInput();
void NVideoInitialize();
void NVideoUninitialize();
void VideoRedrawScreen();
extern double g_relativeSpeed;