AppleWin/source/frontends/ncurses/world.h
Andrea Odetti 2b60a1e0a7 Pass Ctrl-C to the emulator.
Use F2 to leave.


Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2017-10-14 19:18:44 +01:00

6 lines
113 B
C

#pragma once
int ProcessKeyboard();
void VideoInitialize();
void VideoUninitialize();
void VideoRedrawScreen();