summaryrefslogtreecommitdiff
path: root/color.h
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-07-16 15:51:18 +0200
committerKevin Chabowski <kevin@kch42.de>2013-07-16 15:51:18 +0200
commit2992a3f013aaa833f2c72ef1e368a9752b2bb889 (patch)
treef37c842780736df1b01d47c4bfd05dc34ae02376 /color.h
parente1dd4d63c1e3cd63b1ebc84d54f91f91afa16dba (diff)
downloadnebula2-2992a3f013aaa833f2c72ef1e368a9752b2bb889.tar.gz
nebula2-2992a3f013aaa833f2c72ef1e368a9752b2bb889.tar.bz2
nebula2-2992a3f013aaa833f2c72ef1e368a9752b2bb889.zip
Config stuff now in own files.
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