include tools from geom as there's a dep
This commit is contained in:
parent
e58ef89426
commit
c3faff7d4a
4 changed files with 2 additions and 3 deletions
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include <shared/gl.hh>
|
||||
|
||||
#include <shared/tools.hh>
|
||||
#include <shared/geom.hh>
|
||||
|
||||
extern matrix4 nojittermatrix;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include <shared/gl.hh>
|
||||
|
||||
#include <shared/tools.hh>
|
||||
#include <shared/geom.hh>
|
||||
|
||||
extern int worldsize; /* FIXME: remove */
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef ENGINE_WORLD_HH
|
||||
#define ENGINE_WORLD_HH
|
||||
|
||||
#include <shared/tools.hh>
|
||||
#include <shared/geom.hh>
|
||||
|
||||
#include <shared/ents.hh>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef GEOM_HH
|
||||
#define GEOM_HH
|
||||
|
||||
#include "tools.hh"
|
||||
|
||||
struct vec;
|
||||
struct vec4;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue