summary refs log tree commit diff
path: root/src/Animations.h
blob: 78f2d3dc8ea30d064705aa40cb66b6969212f1d0 (plain)
1
2
3
4
5
6
7
8
9
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