diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-11-28 20:39:43 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-11-28 20:39:43 +0000 |
| commit | 598dab5bc4fb2836c8f2a6cad757dcb3760a895f (patch) | |
| tree | 957f92585cae2e41bee93ce0b9d493b5178a0f54 /code/game.odin | |
| parent | cbb70c78731b9d928508a52180a186b178d30a5e (diff) | |
#rune "" to ''; Remove infix and postfix call notation
Diffstat (limited to 'code/game.odin')
| -rw-r--r-- | code/game.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/game.odin b/code/game.odin index c5d0c52f2..4760f0244 100644 --- a/code/game.odin +++ b/code/game.odin @@ -4,7 +4,7 @@ #import "os.odin" #import "opengl.odin" as gl -TWO_HEARTS :: #rune "💕" +TWO_HEARTS :: '💕' win32_perf_count_freq := win32.GetQueryPerformanceFrequency() time_now :: proc() -> f64 { |