Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CAnimationScale.hpp
Go to the documentation of this file.
1#ifndef LIBS_GRAPHICSCOMP_CANIMATIONSCALE_HPP_
2#define LIBS_GRAPHICSCOMP_CANIMATIONSCALE_HPP_
3
5
7{
8public:
9
10 static void setAnimation(AbstractComponentGraphics *component);
11};
12
13#endif /* LIBS_GRAPHICSCOMP_CANIMATIONSCALE_HPP_ */
Definition AbstractComponentGraphics.hpp:21
Definition CAnimationScale.hpp:7
static void setAnimation(AbstractComponentGraphics *component)
Definition CAnimationScale.cpp:59