diff options
| author | Ray <[email protected]> | 2023-03-13 12:26:59 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-03-13 12:26:59 +0100 |
| commit | 8fccc4f304f844e6f063385153dc9c5ce4526edc (patch) | |
| tree | ca6de60854d852ae4b59163a18856b6c89aa235d /cheatsheet/raylib_textures.c | |
| parent | 325b678b299dd6befb287fbdb502dce45d78003b (diff) | |
| download | raylib.com-8fccc4f304f844e6f063385153dc9c5ce4526edc.tar.gz raylib.com-8fccc4f304f844e6f063385153dc9c5ce4526edc.zip | |
Added spacing
Diffstat (limited to 'cheatsheet/raylib_textures.c')
| -rw-r--r-- | cheatsheet/raylib_textures.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cheatsheet/raylib_textures.c b/cheatsheet/raylib_textures.c index 272c3ea..b199b5d 100644 --- a/cheatsheet/raylib_textures.c +++ b/cheatsheet/raylib_textures.c @@ -1,3 +1,4 @@ + // Image loading functions // NOTE: These functions do not require GPU access Image LoadImage(const char *fileName); // Load image from file into CPU memory (RAM) |
