6ca8aedcf2
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
12 lines
204 B
C++
12 lines
204 B
C++
#pragma once
|
|
|
|
#include <memory>
|
|
|
|
class NFrame;
|
|
|
|
int ProcessKeyboard(const std::shared_ptr<NFrame> & frame);
|
|
void SetCtrlCHandler(const bool headless);
|
|
|
|
extern double g_relativeSpeed;
|
|
|
|
extern bool g_stop;
|