aboutsummaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
authordpeter99 <dpeter99@gmail.com>2018-04-01 17:36:50 +0200
committerJustin Berger <j.david.berger@gmail.com>2018-04-02 00:11:42 -0600
commita1717cad950d9f867fbe8aa8a6ab6cf2d8704a64 (patch)
tree9b06f095c4289f0102706325e0affb6a18861a12 /winbuild
parentee3160032cd6a609a490be011019b323fe1c0c02 (diff)
downloadlibsurvive-a1717cad950d9f867fbe8aa8a6ab6cf2d8704a64.tar.gz
libsurvive-a1717cad950d9f867fbe8aa8a6ab6cf2d8704a64.tar.bz2
Removed the manual .def file
Diffstat (limited to 'winbuild')
-rw-r--r--winbuild/libsurvive/libsurvive.def30
1 files changed, 0 insertions, 30 deletions
diff --git a/winbuild/libsurvive/libsurvive.def b/winbuild/libsurvive/libsurvive.def
deleted file mode 100644
index 3a50ce6..0000000
--- a/winbuild/libsurvive/libsurvive.def
+++ /dev/null
@@ -1,30 +0,0 @@
-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