Num Rec app and save & loading

This commit is contained in:
IlyaShurupov 2023-10-26 16:27:43 +03:00
parent fc20f3594d
commit b7a89b714e
12 changed files with 8171 additions and 12 deletions

View file

@ -45,4 +45,8 @@ target_include_directories(${PROJECT_NAME} PUBLIC "./lua")
set_target_properties(${PROJECT_NAME} PROPERTIES
C_STANDARD 99
C_STANDARD_REQUIRED ON
)
)
project(ImageIO)
add_library(${PROJECT_NAME} INTERFACE)
target_include_directories(${PROJECT_NAME} INTERFACE ./imageIO/)

7987
Externals/imageIO/stb_image.h vendored Normal file

File diff suppressed because it is too large Load diff

1724
Externals/imageIO/stb_image_write.h vendored Normal file

File diff suppressed because it is too large Load diff