aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-03-03 11:18:16 +0000
committerrodri <rgl@antares-labs.eu>2023-03-03 11:18:16 +0000
commit9712ec712cc6a57d416ef2b1e86d15ef161016df (patch)
treeb94613b42365f39f48bfaecf411c62a9da32ecaa /dat.h
parent9b3fb3f39ab9bd2b86da35f000b35c28ccca51f5 (diff)
downloadmusw-9712ec712cc6a57d416ef2b1e86d15ef161016df.tar.gz
musw-9712ec712cc6a57d416ef2b1e86d15ef161016df.tar.bz2
musw-9712ec712cc6a57d416ef2b1e86d15ef161016df.zip
implemented toroidal warping. set a default font.
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dat.h b/dat.h
index 26755c5..9a27f17 100644
--- a/dat.h
+++ b/dat.h
@@ -141,6 +141,7 @@ struct Universe
double t, timeacc;
void (*step)(Universe*, double);
+ void (*collide)(Universe*);
void (*reset)(Universe*);
};