HATPC remake
 
 
 
Go to file
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
engine Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
.gitignore Implement assets and assets management 2023-03-11 16:02:47 +08:00
CMakeLists.txt Implement assets and assets management 2023-03-11 16:02:47 +08:00
Conventions.txt Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
assets_test.c Update the test to use the get functions 2023-03-13 20:07:52 +08:00
build.sh Add convenience scripts 2023-03-11 22:50:17 +08:00
entManager_test.c Implement test scene 2022-12-05 12:20:00 +08:00
lsan_supp.txt Add convenience scripts 2023-03-11 22:50:17 +08:00
main.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
menu_test.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
run.sh Add convenience scripts 2023-03-11 22:50:17 +08:00
scene_test.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00