X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=color.hh;fp=color.h;h=d2309ad14df16c3aad542e6cac20dc04f5895a3e;hb=03be53bf14d0c2e1e3e19356376491945cdd78c8;hp=bbb32852f8201995709db87e2eafa50be231f482;hpb=bc662e293c854e1bdc9d46e9a410fe220247e6d4;p=chaz%2Frasterize diff --git a/color.h b/color.hh similarity index 98% rename from color.h rename to color.hh index bbb3285..d2309ad 100644 --- a/color.h +++ b/color.hh @@ -5,10 +5,10 @@ * mcgarvey@eng.utah.edu */ -#ifndef _COLOR_H_ -#define _COLOR_H_ +#ifndef _COLOR_HH_ +#define _COLOR_HH_ -#include "common.h" +#include "common.hh" /* @@ -241,5 +241,5 @@ rgba_t rgba_from_color(color_t c) } -#endif // _COLOR_H_ +#endif // _COLOR_HH_