Change rune literals to #rune "C"

This commit is contained in:
Ginger Bill
2016-08-25 00:23:04 +01:00
parent d2c64be85c
commit f93cf3827b
12 changed files with 119 additions and 129 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#load "opengl.odin"
#load "math.odin"
TWO_HEARTS :: $💕$;
TWO_HEARTS :: #rune "💕";
win32_perf_count_freq := GetQueryPerformanceFrequency();
time_now :: proc() -> f64 {