Movement.h 302 B

12345678910111213
  1. /*
  2. * 2D Game Engine
  3. * Movement.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_MOVEMENT_H
  10. #define GAMEENGINE_MOVEMENT_H
  11. #endif /* GAMEENGINE_MOVEMENT_H */