Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Graphics/animationeffectsystem.h')
-rw-r--r--Source/Graphics/animationeffectsystem.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Graphics/animationeffectsystem.h b/Source/Graphics/animationeffectsystem.h
index 90b42db6..f35e0a8a 100644
--- a/Source/Graphics/animationeffectsystem.h
+++ b/Source/Graphics/animationeffectsystem.h
@@ -23,12 +23,8 @@
//-----------------------------------------------------------------------------
#pragma once
-class TheoraVideoManager;
-
class AnimationEffectSystem {
public:
- TheoraVideoManager* mgr;
-
AnimationEffectSystem();
~AnimationEffectSystem();
void Dispose();