aboutsummaryrefslogtreecommitdiff
path: root/src/survive.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive.c')
-rwxr-xr-xsrc/survive.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/survive.c b/src/survive.c
index 2982a4f..c2b2940 100755
--- a/src/survive.c
+++ b/src/survive.c
@@ -47,6 +47,17 @@ SurviveContext * survive_init( int headless )
did_runtime_symnum = 1;
}
#endif
+//#ifdef MANUAL_REGISTRATION
+// // note: this manual registration is currently only in use on builds using Visual Studio.
+//
+//#define MANUAL_DRIVER_REGISTRATION(func) int func( SurviveObject * so, PoserData * pd ); RegisterDriver( #func, &func);
+//
+// MANUAL_DRIVER_REGISTRATION(PoserCharlesSlow)
+// MANUAL_DRIVER_REGISTRATION(PoserDaveOrtho)
+// MANUAL_DRIVER_REGISTRATION(PoserDummy)
+// MANUAL_DRIVER_REGISTRATION(DriverRegHTCVive)
+//
+//#endif
int r = 0;
int i = 0;