mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Fix compilation
This commit is contained in:
@@ -9,7 +9,7 @@ extern "C" {
|
||||
|
||||
void hello() {
|
||||
|
||||
KDDrawString("Hello, world!", (KDPoint){.x = x, .y = 10});
|
||||
KDDrawString("Hello, world!", (KDPoint){.x = 10, .y = 10});
|
||||
|
||||
char input[255];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user