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