Transform.h 306 B

12345678910111213
  1. /*
  2. * 2D Game Engine
  3. * Transform.h:
  4. * Based on pikuma.com 2D game engine in C++ and Lua course
  5. * Copyright (c) 2021 986-Studio. All rights reserved.
  6. *
  7. * Created by Manoël Trapier on 11/02/2021.
  8. */
  9. #ifndef GAMEENGINE_TRANSFORM_H
  10. #define GAMEENGINE_TRANSFORM_H
  11. #endif /* GAMEENGINE_TRANSFORM_H */