vectozavr-shooter/engine/animation/Animations.h

26 lines
505 B
C
Raw Normal View History

2021-11-09 22:54:20 +03:00
//
// 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"
2021-11-10 14:14:10 +03:00
#include "AShowCreation.h"
2022-02-23 07:51:53 +03:00
#include "AShowUncreation.h"
2022-07-07 13:14:00 +03:00
#include "ARotateLeftUpLookAt.h"
2022-02-23 07:51:53 +03:00
2021-11-09 22:54:20 +03:00
#endif //SHOOTER_ANIMATIONS_H