From cff0bbcdf339ec99b9a1311605fb16f6378b3fb4 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sat, 26 Mar 2011 05:14:59 +0100 Subject: the Wii killing bug is hopefully gone for good! also, a few other improvements --- ConsoleApp/Main.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ConsoleApp/Main.cs') diff --git a/ConsoleApp/Main.cs b/ConsoleApp/Main.cs index 322d277..9a180f6 100644 --- a/ConsoleApp/Main.cs +++ b/ConsoleApp/Main.cs @@ -10,6 +10,7 @@ namespace ConsoleApp { CommandLookup.Add("init", new InitCommand()); CommandLookup.Add("list", new ListCommand()); + CommandLookup.Add("list-offsets", new ListOffsetsCommand()); CommandLookup.Add("import-obj", new ImportObjCommand()); CommandLookup.Add("export-obj", new ExportObjCommand()); CommandLookup.Add("export-collada", new ExportColladaCommand()); -- cgit v1.2.3