export everything: modules compiled separately

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:16 +02:00
parent e96d24e8c2
commit 848eb8f48b
47 changed files with 268 additions and 236 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ cell *newCell(int type, heptagon *master);
* and sometimes in direction 5
*/
hstate transition(hstate s, int dir) {
EX hstate transition(hstate s, int dir) {
if(sphere) {
if(S7 == 4) {
if(s == hsOrigin) return dir == 0 ? hsB0 : hsB1;