5de5af3fe8
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
9 lines
168 B
C
9 lines
168 B
C
#pragma once
|
|
|
|
int ProcessKeyboard();
|
|
void ProcessInput();
|
|
void NVideoInitialize();
|
|
void NVideoUninitialize();
|
|
void VideoRedrawScreen();
|
|
|
|
extern double g_relativeSpeed;
|