RANDRIA Luca
1 miesiąc temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z
0 dodań i
2 usunięć
-
examples/text/text_words_alignment.c
|
|
@ -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, |
|
|
|