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