mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
#rune "" to ''; Remove infix and postfix call notation
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user