]> git.mcshandy.xyz Git - barrow_crawler/commit
Reorganize files and code for basic multiplatform support
authorRandy McShandy <randy@mcshandy.xyz>
Sun, 28 Apr 2024 23:38:05 +0000 (18:38 -0500)
committerRandy McShandy <randy@mcshandy.xyz>
Sun, 28 Apr 2024 23:38:05 +0000 (18:38 -0500)
commit2d028e5b8df211068bbe96a30a404ad67ab6aea8
tree3b06ac73493ae3e446b19be5b0b6bdfaad83fa42
parent49355db1aa288ed7c8d9ad3a112b0d7e9e7636d6
Reorganize files and code for basic multiplatform support
CMakeLists.txt
src/main.c [moved from main.c with 100% similarity]
src/platform.h [new file with mode: 0644]
src/platforms/platform_posix.c [new file with mode: 0644]
src/platforms/platform_win.c [new file with mode: 0644]
src/stb_image_write.h [moved from stb_image_write.h with 100% similarity]
src/structs.c [moved from structs.c with 100% similarity]
src/structs.h [moved from structs.h with 97% similarity]
src/utils.c [moved from utils.c with 55% similarity]