Searched refs:argoptions (Results 1 – 1 of 1) sorted by relevance
91 } argoptions; typedef93 void initoptions(argoptions *opt) { in initoptions()94 memset(opt, 0, sizeof(argoptions)); in initoptions()246 int useoptions(argoptions *opt, SceneHandle scene) { in useoptions()274 argoptions ParseCommandLine(int argc, const char *argv[]) { in ParseCommandLine()275 argoptions opt; in ParseCommandLine()302 int CreateScene(argoptions &opt) { in CreateScene()347 argoptions opt = ParseCommandLine(argc, (const char **)argv); in main()