diff options
| author | Ray <[email protected]> | 2020-02-04 17:52:40 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-02-04 17:52:40 +0100 |
| commit | ea40bda88c552f73ec9999b0ad99ec7ea43d8ccb (patch) | |
| tree | 0ef2359ae835444490eedf74ded76115e43c4b3e /src/textures.c | |
| parent | 1184db83f71dcafe00aa5d822d1684e8705ed7a1 (diff) | |
| download | raylib-ea40bda88c552f73ec9999b0ad99ec7ea43d8ccb.tar.gz raylib-ea40bda88c552f73ec9999b0ad99ec7ea43d8ccb.zip | |
Added func used in comments
Diffstat (limited to 'src/textures.c')
| -rw-r--r-- | src/textures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c index 3a15ef67..7e98f178 100644 --- a/src/textures.c +++ b/src/textures.c @@ -64,7 +64,7 @@ #include "config.h" // Defines module configuration flags #endif -#include <stdlib.h> // Required for: malloc(), free() +#include <stdlib.h> // Required for: malloc(), free(), fabs() #include <stdio.h> // Required for: FILE, fopen(), fclose(), fread() #include <string.h> // Required for: strlen() [Used in ImageTextEx()] |
