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:
authorStephan Vedder <vedder@mbits.info>2022-04-29 12:59:43 +0300
committerStephan Vedder <vedder@mbits.info>2022-04-29 12:59:43 +0300
commit4eb53f2c209a8635e60e0305cd17b3d2213a95dd (patch)
tree528a69ef485cd0782512224952786d67dce1c695
parent1d7d2d956fe69e9c466cc7a8212dd9411d2fe938 (diff)
Use already existing forward declarations
-rw-r--r--Source/Graphics/animationclient.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Graphics/animationclient.h b/Source/Graphics/animationclient.h
index ba7037d1..bfcb49a6 100644
--- a/Source/Graphics/animationclient.h
+++ b/Source/Graphics/animationclient.h
@@ -27,7 +27,6 @@
#include <Graphics/animationflags.h>
#include <Asset/Asset/animation.h>
-#include <Scripting/angelscript/ascontext.h>
class Skeleton;
class ASContext;
@@ -89,7 +88,7 @@ class AnimationClient {
std::string retarget_new;
struct {
- ASFunctionHandle layer_removed;
+ int32_t layer_removed;
} as_funcs;
void ApplyAnimationFlags( AnimationReader &reader, AnimationAssetRef &new_ref, char flags);