#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