Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Fixed symbol import conlict in noir.ion
Browse files Browse the repository at this point in the history
  • Loading branch information
pervognsen committed Feb 27, 2019
1 parent 006a0c6 commit 3f2503c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions noir/noir/noir.ion
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sdl {...}
import libc {...}
import libc {printf, sprintf, snprintf, strncpy, isprint, strcmp, cos, fmod}

struct int2 {
x, y: int;
Expand Down Expand Up @@ -364,7 +364,6 @@ func app_update(): bool {
return !app.quit;
}


struct DigitalButton {
down: bool;
pressed: int;
Expand Down

0 comments on commit 3f2503c

Please sign in to comment.