diff options
author | WlodekM <[email protected]> | 2024-06-16 10:35:45 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-06-16 10:35:45 +0300 |
commit | abef6da56913f1c55528103e60a50451a39628b1 (patch) | |
tree | b3c8092471ecbb73e568cd0d336efa0e7871ee8d /src/Animations.h |
initial commit
Diffstat (limited to 'src/Animations.h')
-rw-r--r-- | src/Animations.h | 10 |
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 |