summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-01-31 22:19:15 +0100
committerAki <please@ignore.pl>2022-01-31 22:19:15 +0100
commit975a232cfb08410177af2ba06251e4c553780e7b (patch)
tree3df7b72e1fed61ee4375f4304c424053017653fa /Stars45/Game.h
parentc01469dddabe404506ef3a64542e8423f9e11f2c (diff)
downloadstarshatter-975a232cfb08410177af2ba06251e4c553780e7b.zip
starshatter-975a232cfb08410177af2ba06251e4c553780e7b.tar.gz
starshatter-975a232cfb08410177af2ba06251e4c553780e7b.tar.bz2
Removed AVI recording functionality
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index cce3c35..264c745 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -63,7 +63,6 @@ class SoundCard;
class Video;
class VideoFactory;
class VideoSettings;
-class AviFile;
class Text;
// +--------------------------------------------------------------------+
@@ -91,9 +90,6 @@ public:
virtual void Pause(bool f);
int Status() const { return status; }
- virtual void ScreenCapture(const char* name = 0);
- virtual void AVICapture(const char* fname = 0);
-
const RenderStats& GetPolyStats() { return stats; }
//
@@ -220,8 +216,6 @@ protected:
int exit_code;
Color screen_color;
- AviFile* avi_file;
-
static bool active;
static bool paused;
static bool server;