mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-22 23:29:18 -05:00
Remove stdio.h unused header (#5456)
This commit is contained in:
@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
#include "raymath.h" // Required for: Lerp()
|
#include "raymath.h" // Required for: Lerp()
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
typedef enum TextAlignment {
|
typedef enum TextAlignment {
|
||||||
TEXT_ALIGN_LEFT = 0,
|
TEXT_ALIGN_LEFT = 0,
|
||||||
TEXT_ALIGN_TOP = 0,
|
TEXT_ALIGN_TOP = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user