aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-01-31 23:46:58 +0000
committerrodri <rgl@antares-labs.eu>2023-01-31 23:46:58 +0000
commit06f817044e7b2ec0bf63ed37a1cadd9f3818a787 (patch)
treee3f677987e50eaffddfd7c29745ceb090d1c991f /dat.h
parent1ee28cd5ece6c035af2ab445ec774d7e0cc054ec (diff)
downloadmusw-06f817044e7b2ec0bf63ed37a1cadd9f3818a787.tar.gz
musw-06f817044e7b2ec0bf63ed37a1cadd9f3818a787.tar.bz2
musw-06f817044e7b2ec0bf63ed37a1cadd9f3818a787.zip
use libgeometry from the system. got rid of global `theparty`. wrote a little man page draft.
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dat.h b/dat.h
index 6525c3c..6ee16ec 100644
--- a/dat.h
+++ b/dat.h
@@ -166,6 +166,3 @@ struct Party
Universe *u;
Party *prev, *next;
};
-
-
-extern Party theparty;