summaryrefslogtreecommitdiff
path: root/2d/softbody/softbody_1/undamped.h
diff options
context:
space:
mode:
Diffstat (limited to '2d/softbody/softbody_1/undamped.h')
-rw-r--r--2d/softbody/softbody_1/undamped.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/2d/softbody/softbody_1/undamped.h b/2d/softbody/softbody_1/undamped.h
new file mode 100644
index 0000000..a87e446
--- /dev/null
+++ b/2d/softbody/softbody_1/undamped.h
@@ -0,0 +1,8 @@
+#pragma once
+
+struct WebglContext;
+
+namespace Undamped {
+ void init(WebglContext* inContext);
+}
+