Commit graph

8 commits

Author SHA1 Message Date
Mars 8c4ef02b5d
I should actually commit some stuff 2024-05-27 05:40:36 -04:00
Luca Sas 6deeb29b67
Merge pull request #2 from jaroshevskii/patch-2
Added unload texture function
2022-05-22 10:38:38 +03:00
jaroshevskii 5055261d8f
Added unload texture function
Raylib is written in C, so cleaning up resources (such as textures, images, or sounds) must be done manually
2022-05-19 02:02:17 +03:00
Luca Sas fbb4052665
Merge pull request #1 from jaroshevskii/patch-1
Fix comment for assets patch
2022-05-18 22:40:52 +03:00
jaroshevskii 32e97fa2fc
Fix comment for assets patch 2022-05-18 19:38:26 +03:00
Luca Sas 90c7e03b6b
Update CMakeLists.txt
Added C to the project langs to prevent compilation failure on certain platform/compiler combos.
2021-07-07 21:15:11 +01:00
Luca Sas bdab2b8a6e - Changed CMake file to use C++ instead of C and also to use the project name as the target name.
- Changed the macro-constants to constexpr constants and removed void as the parameter to main.
2021-03-31 19:00:44 +01:00
Luca Sas 310e32006f Initial commit 2021-03-31 18:52:41 +01:00