diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -13,7 +13,8 @@ var me *mainType // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! - forge *forgepb.Forge // for holding the forge protobuf files - myGui *prep.GuiPrep // the gui toolkit handle + pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + forge *forgepb.Forge // for holding the forge protobuf files + myGui *prep.GuiPrep // the gui toolkit handle + configs *forgepb.ForgeConfigs // for holding the forge protobuf files } |
