aboutsummaryrefslogtreecommitdiff
path: root/winbuild/libsurvive/libsurvive.def
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-04-02 10:10:33 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-04-02 10:10:33 -0600
commit75460f240c9d003e4ca2e6dda9b2146a74df7ffa (patch)
tree957b26f0539df176b61ad2ec72fbb0658b147919 /winbuild/libsurvive/libsurvive.def
parent2b63278497130d01b1fbc7e6a94b6ad8e32ab4dd (diff)
parent1724abef15a4090640bd82ba408681438316de7e (diff)
downloadlibsurvive-75460f240c9d003e4ca2e6dda9b2146a74df7ffa.tar.gz
libsurvive-75460f240c9d003e4ca2e6dda9b2146a74df7ffa.tar.bz2
Merge remote-tracking branch 'origin/master' into imu
Diffstat (limited to 'winbuild/libsurvive/libsurvive.def')
-rw-r--r--winbuild/libsurvive/libsurvive.def30
1 files changed, 30 insertions, 0 deletions
diff --git a/winbuild/libsurvive/libsurvive.def b/winbuild/libsurvive/libsurvive.def
new file mode 100644
index 0000000..3a50ce6
--- /dev/null
+++ b/winbuild/libsurvive/libsurvive.def
@@ -0,0 +1,30 @@
+LIBRARY LIBSURVIVE
+EXPORTS
+ survive_verify_FLT_size
+ survive_init_internal
+ survive_startup
+ survive_poll
+ survive_close
+ survive_configi
+ survive_configs
+ survive_install_light_fn
+ survive_install_imu_fn
+ survive_install_angle_fn
+ survive_install_htc_config_fn
+ survive_send_magic
+ survive_cal_install
+ survive_cal_get_status
+ survive_default_light_process
+ survive_default_imu_process
+ survive_default_angle_process
+ survive_install_button_fn
+ survive_install_raw_pose_fn
+ survive_install_lighthouse_pose_fn
+ survive_get_so_by_name
+ survive_haptic
+ survive_default_button_process
+ survive_default_raw_pose_process
+ survive_default_lighthouse_pose_process
+ quatnormalize
+ quatrotatevector
+ \ No newline at end of file