MCPcopy Create free account
hub / github.com/BinomialLLC/basis_universal / print_usage

Function print_usage

basisu_tool.cpp:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103};
104
105static void print_usage()
106{
107 printf("\nUsage: basisu filename [filename ...] <options>\n");
108
109 puts(
110#include "basisu_tool_help.h"
111 );
112}
113
114static bool load_listing_file(const std::string &f, basisu::vector<std::string> &filenames)
115{

Callers 2

parseMethod · 0.85
main_internalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected