xtraverts goes in rendergl.hh
This commit is contained in:
parent
3df90e1755
commit
10bd470b40
4 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "blend.hh"
|
||||
#include "rendergl.hh" // xtraverts
|
||||
#include "renderva.hh"
|
||||
#include "texture.hh"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#include "rendertext.hh"
|
||||
|
||||
#include "rendergl.hh" // xtraverts
|
||||
#include "texture.hh"
|
||||
|
||||
#include "engine.hh"
|
||||
|
|
Loading…
Reference in a new issue