MCPcopy Create free account
hub / github.com/Illation/ETEngine / main

Function main

Engine/source/EtCooker/mainCooker.cpp:35–38  ·  view source on GitHub ↗

--------------------------------- main Main function for the resource cooker - a simple command line program that compiles resources into a game ready format

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

RunCookerFunction · 0.85

Tested by

no test coverage detected