From fd3c1e74e7ebe9125b98dba311efcbe73e89859e Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 14 Nov 2021 14:38:06 -0500 Subject: (mkosarek) Working on undamped and damped --- 2d/softbody/softbody_1/undamped.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 2d/softbody/softbody_1/undamped.h (limited to '2d/softbody/softbody_1/undamped.h') 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); +} + -- cgit v1.2.1