HATPC/engine
En Yi dc760bf8db Attempt to apply code style consitency
Squashed commit of the following:

commit 249fb96c63f68913ef632b8d1006e8a2d1c1b6d3
Author: En Yi <en.yi@tutanota.com>
Date:   Sat Apr 15 22:51:08 2023 +0800

    Ensure 120 column width limit

    Changelog:
    - this is just to avoid overly long line of code

commit 4b1ffa8fc89f17418de15f5fc3f0e73040f1d40c
Author: En Yi <en.yi@tutanota.com>
Date:   Sat Apr 15 20:05:07 2023 +0800

    Ensure style consistency in For loop

commit dcb41960407224592f78278313e97c2cc4bf66a5
Author: En Yi <en.yi@tutanota.com>
Date:   Sat Apr 15 17:26:20 2023 +0800

    Ensure consistency in code style

    Internal Changelog:
    - Use char* var instead of char *var. Preference
2023-04-15 22:52:38 +08:00
..
EC Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
AABB.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
AABB.h Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
CMakeLists.txt Implement simple animation system 2023-03-18 13:55:55 +08:00
actions.h Implement basic scene switching 2023-02-13 23:05:24 +08:00
assets.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
assets.h Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
assets_maps.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
assets_maps.h Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
constants.h Refactor collision function signature 2023-02-25 11:54:43 +08:00
editor_scene.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
engine.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
engine.h Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
game_systems.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
game_systems.h Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
gui.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
gui.h Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
menu_scene.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
raygui.h Add simple button for menu testing 2023-02-11 20:51:01 +08:00
scene_impl.h Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00