compilation fixes (compile at least for msvc9)
This commit is contained in:
parent
fd59de6afc
commit
852890611b
102 changed files with 1118 additions and 1042 deletions
|
@ -20,13 +20,14 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "debug.h"
|
||||
#include "colormap.h"
|
||||
#include "material.h"
|
||||
#include "driver_tinygl.h"
|
||||
#include "common/debug.h"
|
||||
|
||||
#include "tinygl/gl.h"
|
||||
#include "tinygl/zgl.h"
|
||||
#include "engine/colormap.h"
|
||||
#include "engine/material.h"
|
||||
#include "engine/backend/sdl/driver_tinygl.h"
|
||||
|
||||
#include "engine/tinygl/gl.h"
|
||||
#include "engine/tinygl/zgl.h"
|
||||
|
||||
// func below is from Mesa glu sources
|
||||
static void lookAt(TGLfloat eyex, TGLfloat eyey, TGLfloat eyez, TGLfloat centerx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue