summary refs log tree commit diff
path: root/src/Animations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Animations.h')
-rw-r--r--src/Animations.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Animations.h b/src/Animations.h
new file mode 100644
index 0000000..78f2d3d
--- /dev/null
+++ b/src/Animations.h
@@ -0,0 +1,10 @@
+#ifndef CC_ANIMATIONS_H
+#define CC_ANIMATIONS_H
+/* 
+Contains everything relating to texture animations (including default water/lava ones)
+Copyright 2014-2023 ClassiCube | Licensed under BSD-3
+*/
+
+struct IGameComponent;
+extern struct IGameComponent Animations_Component;
+#endif