Initial checkin of v1.04 - KTX file format support, basic ETC1 compression/decompression, Linux makefile with proper gcc options, lots of high-level improvements to get crnlib into a state where I can more easily add additional formats.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#endif
|
||||
namespace crnlib
|
||||
{
|
||||
void get_command_line(dynamic_string& cmd_line, int argc, char *argv[])
|
||||
void get_command_line_as_single_string(dynamic_string& cmd_line, int argc, char *argv[])
|
||||
{
|
||||
argc, argv;
|
||||
#if CRNLIB_USE_WIN32_API
|
||||
|
||||
Reference in New Issue
Block a user