--------------------------------- main Main function for the resource cooker - a simple command line program that compiles resources into a game ready format
| 33 | // Main function for the resource cooker - a simple command line program that compiles resources into a game ready format |
| 34 | // |
| 35 | int main(int argc, char *argv[]) |
| 36 | { |
| 37 | et::cooker::RunCooker(argc, argv); |
| 38 | } |
| 39 | |
| 40 | |
| 41 | namespace et { |
nothing calls this directly
no test coverage detected