erebus

diff liberebus/src/bvol.h @ 45:bab25c0ce337

started gmath conversion
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 29 Dec 2015 12:19:53 +0200
parents 474a0244f57d
children c4d48a21bc4a
line diff
     1.1 --- a/liberebus/src/bvol.h	Fri Sep 18 06:47:41 2015 +0300
     1.2 +++ b/liberebus/src/bvol.h	Tue Dec 29 12:19:53 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  #ifndef BVOL_H_
     1.5  #define BVOL_H_
     1.6  
     1.7 -#include "vmath/ray.h"
     1.8 +#include <gmath/gmath.h>
     1.9  
    1.10  class AABox {
    1.11  public: