ba6aaf6775
Stop with Ctrl-C. Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
10 lines
181 B
C
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;
|