using on struct/union fields

This commit is contained in:
Ginger Bill
2016-08-24 23:25:56 +01:00
parent 6bd898e552
commit d2c64be85c
11 changed files with 460 additions and 188 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
FileHandle :: type HANDLE;
File :: type struct {
handle: FileHandle,
handle: FileHandle;
}
file_open :: proc(name: string) -> (File, bool) {