Turned into a lib.

This commit is contained in:
2014-02-28 13:26:55 -04:30
parent cea1003804
commit 3a92d73887
5 changed files with 61 additions and 17 deletions

2
main.c
View File

@@ -8,7 +8,7 @@
#include <float.h>
#include <string.h>
#include "ds.h"
#include "island.h"
struct COLOR {
unsigned char r;