diff options
| author | raysan5 <[email protected]> | 2021-06-30 16:39:07 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-06-30 16:39:07 +0200 |
| commit | 9e7ca41f581e64be6eae62c2b98b4a6449e3f3d2 (patch) | |
| tree | b04e710be0c1e5b31b99a557448dd1683ae01e53 /src/raylib.h | |
| parent | 0776f1e106a22dc1e5b2912305fd68967de1945e (diff) | |
| download | raylib-9e7ca41f581e64be6eae62c2b98b4a6449e3f3d2.tar.gz raylib-9e7ca41f581e64be6eae62c2b98b4a6449e3f3d2.zip | |
Remove trailing spaces
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raylib.h b/src/raylib.h index 253e28a6..e56937fc 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -646,8 +646,8 @@ typedef enum { typedef enum { MOUSE_CURSOR_DEFAULT = 0, // Default pointer shape MOUSE_CURSOR_ARROW = 1, // Arrow shape - MOUSE_CURSOR_IBEAM = 2, // Text writing cursor shape - MOUSE_CURSOR_CROSSHAIR = 3, // Cross shape + MOUSE_CURSOR_IBEAM = 2, // Text writing cursor shape + MOUSE_CURSOR_CROSSHAIR = 3, // Cross shape MOUSE_CURSOR_POINTING_HAND = 4, // Pointing hand cursor MOUSE_CURSOR_RESIZE_EW = 5, // Horizontal resize/move arrow shape MOUSE_CURSOR_RESIZE_NS = 6, // Vertical resize/move arrow shape |
