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:
@@ -59,6 +59,7 @@ namespace crnlib
|
||||
static void disable_prefixes();
|
||||
static void enable_prefixes();
|
||||
static bool get_prefixes() { return m_prefixes; }
|
||||
static bool get_at_beginning_of_line() { return m_at_beginning_of_line; }
|
||||
|
||||
static void disable_crlf();
|
||||
static void enable_crlf();
|
||||
@@ -92,6 +93,8 @@ namespace crnlib
|
||||
static mutex* m_pMutex;
|
||||
|
||||
static uint m_num_messages[cCMTTotal];
|
||||
|
||||
static bool m_at_beginning_of_line;
|
||||
};
|
||||
|
||||
#if defined(WIN32)
|
||||
|
||||
Reference in New Issue
Block a user