summaryrefslogtreecommitdiff
path: root/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'color.h')
-rw-r--r--color.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/color.h b/color.h
new file mode 100644
index 0000000..badc6e7
--- /dev/null
+++ b/color.h
@@ -0,0 +1,8 @@
+#ifndef _nebula2_color_h_
+#define _nebula2_color_h_
+
+typedef struct {
+ int r, g, b;
+} color_t;
+
+#endif \ No newline at end of file