()
| 171 | } |
| 172 | |
| 173 | static void PrintTemplateHelp() |
| 174 | { |
| 175 | Console.WriteLine("Template File Help:"); |
| 176 | Console.WriteLine("The inc parser can read a template file and replace variables with the outputs of it's parse and write into the output file"); |
| 177 | Console.Write("\n"); |
| 178 | Console.WriteLine("Variables:"); |
| 179 | Console.Write("\n"); |
| 180 | Console.WriteLine("$defines $enums $enumtypes $forwards $natives $stocks $funcenums $functags $structs"); |
| 181 | } |
| 182 | } |
| 183 | } |