rayfract

diff src/utktext.h @ 3:bf1d56975cc9

- added visual studio project - removed vmath dependency
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 26 Oct 2010 09:52:57 +0300
parents 87b6a11c920b
children
line diff
     1.1 --- a/src/utktext.h	Tue Oct 26 08:49:09 2010 +0300
     1.2 +++ b/src/utktext.h	Tue Oct 26 09:52:57 2010 +0300
     1.3 @@ -5,7 +5,7 @@
     1.4  #include <windows.h>
     1.5  #endif
     1.6  
     1.7 -#include <vmath.h>
     1.8 +#include "vmath.h"
     1.9  
    1.10  class Color {
    1.11  public: