diff options
| author | Dane Madsen <[email protected]> | 2023-05-24 17:22:51 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-24 09:22:51 +0200 |
| commit | e465ed0850106a3574d01363874ae49ef7e478c9 (patch) | |
| tree | 937d11d54cac0c6b5282e6797f298aadf99524c1 /examples/Makefile | |
| parent | bf69b3805601627a509b92600c9b70efcddfedeb (diff) | |
| download | raylib-e465ed0850106a3574d01363874ae49ef7e478c9.tar.gz raylib-e465ed0850106a3574d01363874ae49ef7e478c9.zip | |
Added ImageRotate (#3078)
* Added ImageRotate
* Quick rename of the example
* Update ImageRotate by changing doubles to floats and checking code convention
* Update API
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index cc9ef239..c2ea35bf 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -453,6 +453,7 @@ TEXTURES = \ textures/textures_image_generation \ textures/textures_image_loading \ textures/textures_image_processing \ + textures/textures_image_rotate \ textures/textures_image_text \ textures/textures_to_image \ textures/textures_raw_data \ |
