AppleWin/source/frontends/ncurses/world.h
Andrea Odetti 6ca8aedcf2 Add NFrame.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-01-14 14:39:18 +00:00

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;