diff --git a/allegro5/system.go b/allegro5/system.go index 1533604..f95ea8f 100644 --- a/allegro5/system.go +++ b/allegro5/system.go @@ -22,6 +22,8 @@ type InitConfig struct { Mouse bool } +var InitAll = InitConfig{true, true, true, true, true} + // Init initializes the Allegro system func Init(config InitConfig) error { if !bool(C.init()) {