aboutsummaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2021-03-06 17:11:47 +0000
committerrodri <rgl@antares-labs.eu>2021-03-06 17:11:47 +0000
commit5ecc14e07c5dcc40e418f450f0c34dceb7f7e326 (patch)
treed916d6934cc119c192cae31d6b791d8b94e14421 /fns.h
downloadgamephysics-5ecc14e07c5dcc40e418f450f0c34dceb7f7e326.tar.gz
gamephysics-5ecc14e07c5dcc40e418f450f0c34dceb7f7e326.tar.bz2
gamephysics-5ecc14e07c5dcc40e418f450f0c34dceb7f7e326.zip
implemented three integrators and a simple time stepping model.
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fns.h b/fns.h
new file mode 100644
index 0000000..ece9b68
--- /dev/null
+++ b/fns.h
@@ -0,0 +1,3 @@
+void *emalloc(ulong);
+void *erealloc(void*, ulong);
+Image *eallocimage(Display*, Rectangle, ulong, int, ulong);