X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fcolour.h;h=4907aa71539185dff6af4dc3da7b19b9c89fb7a9;hb=138eaab9528a590a5be8d60ff328db7e438da5b0;hp=dc3dedfc8dba94ea4bbb73652391f2ebe893d6d8;hpb=e239336903d4625067eb7afda590fa5496cebbf4;p=xestiacalendar%2F.git diff --git a/source/common/colour.h b/source/common/colour.h index dc3dedf..4907aa7 100644 --- a/source/common/colour.h +++ b/source/common/colour.h @@ -19,6 +19,9 @@ #include #include "text.h" +#ifndef __COMMON_COLOUR_H__ +#define __COMMON_COLOUR_H__ + using namespace std; struct Colour{ @@ -83,4 +86,6 @@ struct Colour{ } -}; \ No newline at end of file +}; + +#endif \ No newline at end of file