xtraverts goes in rendergl.hh

master
Daniel Kolesa 2020-06-23 00:25:05 +02:00
parent 3df90e1755
commit 10bd470b40
4 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,5 @@ extern dynent *player;
extern physent *camera1; // special ent that acts as camera, same object as player1 in FPS mode
extern int worldscale, worldsize;
extern int xtraverts, xtravertsva;
#endif

View File

@ -1,4 +1,5 @@
#include "blend.hh"
#include "rendergl.hh" // xtraverts
#include "renderva.hh"
#include "texture.hh"

View File

@ -5,6 +5,8 @@
extern bool hasVAO, hasTR, hasTSW, hasPBO, hasFBO, hasAFBO, hasDS, hasTF, hasCBF, hasS3TC, hasFXT1, hasLATC, hasRGTC, hasAF, hasFBB, hasFBMS, hasTMS, hasMSS, hasFBMSBS, hasUBO, hasMBR, hasDB2, hasDBB, hasTG, hasTQ, hasPF, hasTRG, hasTI, hasHFV, hasHFP, hasDBT, hasDC, hasDBGO, hasEGPU4, hasGPU4, hasGPU5, hasBFE, hasEAL, hasCR, hasOQ2, hasES3, hasCB, hasCI;
extern int xtraverts, xtravertsva;
extern int renderw, renderh, hudw, hudh;
extern int glversion, glslversion, glcompat;

View File

@ -1,4 +1,6 @@
#include "rendertext.hh"
#include "rendergl.hh" // xtraverts
#include "texture.hh"
#include "engine.hh"