Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Remove inclusion of iostream in functions for monthviewgen.h
[xestiacalendar/.git] / source / common / colour.h
index dc3dedf..93d42a6 100644 (file)
@@ -4,11 +4,11 @@
 //
 // This file is part of Xestia Calendar.
 //
-// Xestia Address Book is free software: you can redistribute it and/or modify
+// Xestia Calendar is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by the
 // Free Software Foundation, version 3 of the license.
 //
-// Xestia Address Book is distributed in the hope that it will be useful,
+// Xestia Calendar is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 // GNU General Public License for more details.
 #include <string>
 #include "text.h"
 
+#ifndef __COMMON_COLOUR_H__
+#define __COMMON_COLOUR_H__
+
 using namespace std;
 
 struct Colour{
        
-       int red;
-       int blue;
-       int green;
-       int alpha;
+       int red = 0;
+       int blue = 0;
+       int green = 0;
+       int alpha = 255;
 
        operator string() {
                
@@ -83,4 +86,6 @@ struct Colour{
                
        }
        
-};
\ No newline at end of file
+};
+
+#endif
\ No newline at end of file
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy