Commit graph

2 commits

Author SHA1 Message Date
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
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
Renamed from src/main.c (Browse further)