pull/1023/head
hazohelet 2019-07-06 12:36:52 +09:00 committed by Alexander Medvednikov
parent 68b7ae26b3
commit 204bcee951
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ mut:
types []Type
consts []Var
fns map[string]Fn
obf_ids map[string]int // obf_ids 'myfunction'] == 23
obf_ids map[string]int // obf_ids['myfunction'] == 23
packages []string // List of all modules registered by the application
imports []string // List of all imports
flags []string // ['-framework Cocoa', '-lglfw3']