Move the softrenderer constants into out constants/ dir.

This commit is contained in:
Yamagi Burmeister 2018-01-11 11:15:11 +01:00
parent 5592da9206
commit 472f55c5bf
3 changed files with 2 additions and 2 deletions

View file

@ -525,7 +525,7 @@ set(SOFT-Source
)
set(SOFT-Header
${REF_SRC_DIR}/soft/header/adivtab.h
${REF_SRC_DIR}/constants/adivtab.h
${REF_SRC_DIR}/soft/header/local.h
${REF_SRC_DIR}/soft/header/model.h
${COMMON_SRC_DIR}/header/shared.h

View file

@ -89,7 +89,7 @@ typedef struct {
} adivtab_t;
static adivtab_t adivtab[32*32] = {
#include "header/adivtab.h"
#include "../constants/adivtab.h"
};
byte *skintable[MAX_LBM_HEIGHT];