X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=light.hh;fp=light.h;h=2ab9c6aaa50f1cf977bfff570a59d1aa6233c409;hb=03be53bf14d0c2e1e3e19356376491945cdd78c8;hp=2518927117d50d43590bb3d78df132e2aaff7a9e;hpb=bc662e293c854e1bdc9d46e9a410fe220247e6d4;p=chaz%2Frasterize diff --git a/light.h b/light.hh similarity index 91% rename from light.h rename to light.hh index 2518927..2ab9c6a 100644 --- a/light.h +++ b/light.hh @@ -5,11 +5,11 @@ * mcgarvey@eng.utah.edu */ -#ifndef _LIGHT_H_ -#define _LIGHT_H_ +#ifndef _LIGHT_HH_ +#define _LIGHT_HH_ -#include "color.h" -#include "vec.h" +#include "color.hh" +#include "vec.hh" /* @@ -67,5 +67,5 @@ light_t* light_copy(light_t l) } -#endif // _LIGHT_H_ +#endif // _LIGHT_HH_