diff options
| author | Jonas Ask | 2009-10-20 12:23:52 +0000 |
|---|---|---|
| committer | Jonas Ask | 2009-10-20 12:23:52 +0000 |
| commit | 9b1b95b33e4ba93a6ab7fed504d4bcf6e2abee9a (patch) | |
| tree | 2a7833db49114f38fd87fbaf39e0b69279bb8c2e /Constructions.h | |
| parent | 002c766257789fabe04deeb9d79d2e3fbcefc195 (diff) | |
| download | stonesense-9b1b95b33e4ba93a6ab7fed504d4bcf6e2abee9a.tar.gz stonesense-9b1b95b33e4ba93a6ab7fed504d4bcf6e2abee9a.tar.bz2 stonesense-9b1b95b33e4ba93a6ab7fed504d4bcf6e2abee9a.tar.xz | |
Adding all the code and resources for the first time. God speed!
Diffstat (limited to 'Constructions.h')
| -rw-r--r-- | Constructions.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Constructions.h b/Constructions.h new file mode 100644 index 0000000..91cec8a --- /dev/null +++ b/Constructions.h @@ -0,0 +1,7 @@ +#pragma once
+
+
+
+bool IsConstruction(int in);
+
+void changeConstructionMaterials(DisplaySegment* segment, Block* b, vector<t_construction>* allConstructions);
\ No newline at end of file |
