aboutsummaryrefslogtreecommitdiff
path: root/src/include/rgb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/rgb.h')
-rw-r--r--src/include/rgb.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/include/rgb.h b/src/include/rgb.h
index cd3cd72b..758969df 100644
--- a/src/include/rgb.h
+++ b/src/include/rgb.h
@@ -31,6 +31,9 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef OPENAXIOM_RGB_included
+#define OPENAXIOM_RGB_included
+
typedef struct _RGB {
float r,g,b;
} RGB ;
@@ -44,8 +47,4 @@ typedef struct _HLS {
} HLS ;
-
-
-
-
-
+#endif