2017-05-16 09:07:55 +01:00
|
|
|
#pragma once
|
|
|
|
|
2017-06-04 19:05:14 +01:00
|
|
|
int ProcessKeyboard();
|
2017-06-10 20:01:55 +01:00
|
|
|
void ProcessInput();
|
2020-12-19 15:02:04 +00:00
|
|
|
void NVideoInitialize(const bool headless);
|
2017-05-16 09:07:55 +01:00
|
|
|
void VideoRedrawScreen();
|
2017-06-10 20:17:53 +01:00
|
|
|
|
|
|
|
extern double g_relativeSpeed;
|
2020-12-19 15:02:04 +00:00
|
|
|
|
|
|
|
extern bool g_stop;
|