2b60a1e0a7
Use F2 to leave. Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
6 lines
113 B
C
6 lines
113 B
C
#pragma once
|
|
|
|
int ProcessKeyboard();
|
|
void VideoInitialize();
|
|
void VideoUninitialize();
|
|
void VideoRedrawScreen();
|