goat3dgfx

diff examples/cubemap/src/main.cc @ 17:f2da87b02fcd

fixes mostly visual studio stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 01 Dec 2013 02:25:29 +0200
parents 25b911c7c35c
children
line diff
     1.1 --- a/examples/cubemap/src/main.cc	Sat Nov 30 20:53:26 2013 +0200
     1.2 +++ b/examples/cubemap/src/main.cc	Sun Dec 01 02:25:29 2013 +0200
     1.3 @@ -4,6 +4,8 @@
     1.4  #include <goat3dgfx/goat3dgfx.h>
     1.5  #include <vmath/vmath.h>
     1.6  
     1.7 +using namespace goatgfx;
     1.8 +
     1.9  #define CUBEMAP_FILENAME	"data/cubemap2.jpg"
    1.10  
    1.11  static bool init();