Fix automatic pointer deref for structures in SSA

This commit is contained in:
gingerBill
2016-08-17 11:18:38 +01:00
parent f17bc687a3
commit 511f3744f6
7 changed files with 302 additions and 170 deletions
+1
View File
@@ -1,6 +1,7 @@
#load "basic.odin"
#load "win32.odin"
#load "opengl.odin"
#load "stb_image.odin"
win32_perf_count_freq := GetQueryPerformanceFrequency();