X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fipdf.h;h=c9a6a234f31ab7688d5f61412bc150497d846da7;hp=7150944278dc44a411057d577f9b3b020ce16461;hb=e164c93218ed4599614f4f6e5e815429a3fedbf7;hpb=07db15ca49833542130f7c29c6a6dc7560fab59d diff --git a/src/ipdf.h b/src/ipdf.h index 7150944..c9a6a23 100644 --- a/src/ipdf.h +++ b/src/ipdf.h @@ -4,6 +4,10 @@ #include "common.h" #include "real.h" +#define C_RED Colour(1,0,0,1) +#define C_GREEN Colour(0,1,0,1) +#define C_BLUE Colour(0,0,1,1) + namespace IPDF {