27 lines
529 B
C
27 lines
529 B
C
//
|
|
// Created by Иван Ильин on 09.11.2021.
|
|
//
|
|
|
|
#ifndef SHOOTER_ANIMATIONS_H
|
|
#define SHOOTER_ANIMATIONS_H
|
|
|
|
#include "Timeline.h"
|
|
|
|
#include "AAttractToPoint.h"
|
|
#include "AColor.h"
|
|
#include "AFunction.h"
|
|
#include "ARotate.h"
|
|
#include "ARotateLeft.h"
|
|
#include "ARotateRelativePoint.h"
|
|
#include "AScale.h"
|
|
#include "ATranslate.h"
|
|
#include "ATranslateToPoint.h"
|
|
#include "AWait.h"
|
|
#include "AShowCreation.h"
|
|
#include "AShowUncreation.h"
|
|
#include "ARotateLeftUpLookAt.h"
|
|
#include "ADecompose.h"
|
|
|
|
|
|
#endif //SHOOTER_ANIMATIONS_H
|