Commit Graph

5 Commits

Author SHA1 Message Date
Noel Berry
2c45b8b2f2 removing platform abstract class, use ifdef instead 2022-11-19 17:53:21 -08:00
Noel Berry
c89535e328 restructuring internal namespaces & function calls 2022-11-19 16:15:31 -08:00
puugz
634fadcf33 fix typos 2022-11-19 15:29:18 +01:00
Noel
30d7f2ee66 fixing c standard lib includes 2022-10-22 23:18:34 -07:00
Noel Berry
dcd3e11b16 Simplify folder sturcture + String refactor
1) Over time the total amount of files has decreased, and so it made sense to just simplify the folder structure and remove all of the subfolders.
2) Refactor the String class to utilize the existing Vector and StackVector classes instead of managing everything itself.
2022-10-01 13:30:15 -07:00