Split the header block from the crn_decomp.h into a separate crn_defs.h file. This change makes the used CRND_HEADER_FILE_ONLY macro unneccesary.

This commit is contained in:
Alexander Suvorov
2017-04-26 13:16:13 +02:00
parent 7c02055d05
commit d34192aa07
12 changed files with 306 additions and 306 deletions
+1 -2
View File
@@ -8,8 +8,7 @@
#include "crn_texture_comp.h"
#include "crn_ktx_texture.h"
#define CRND_HEADER_FILE_ONLY
#include "../inc/crn_decomp.h"
#include "../inc/crn_defs.h"
namespace crnlib {
const vec2I g_vertical_cross_image_offsets[6] = {vec2I(2, 1), vec2I(0, 1), vec2I(1, 0), vec2I(1, 2), vec2I(1, 1), vec2I(1, 3)};