Correct typo

This commit is contained in:
Ray 2020-02-26 23:19:29 +01:00
parent fa4e0c1a26
commit 7912fac815
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
#include <GLFW/glfw3.h> // Windows/Context and inputs management
#inclde <stdio.h> // Requried for: printf()
#include <stdio.h> // Required for: printf()
#define RED (Color){ 230, 41, 55, 255 } // Red
#define RAYWHITE (Color){ 245, 245, 245, 255 } // My own White (raylib logo)