aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind_tori/torus_localizer.h
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-02-11 01:14:01 -0500
committercnlohr <lohr85@gmail.com>2017-02-11 01:14:01 -0500
commitdd949f9495956ab87795f6a75e8257d0a37325fd (patch)
tree4a38d8739c2c0d295c2154472fa760810053134d /tools/lighthousefind_tori/torus_localizer.h
parent29400a2063fc740c3c33d35649d6f6a4504b6745 (diff)
parentdffa6477a0ee5672a5b1763a8b99ab4e21b6c94a (diff)
downloadlibsurvive-dd949f9495956ab87795f6a75e8257d0a37325fd.tar.gz
libsurvive-dd949f9495956ab87795f6a75e8257d0a37325fd.tar.bz2
Merge branch 'mwturvey-addTorusFind6'
Diffstat (limited to 'tools/lighthousefind_tori/torus_localizer.h')
-rw-r--r--tools/lighthousefind_tori/torus_localizer.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/lighthousefind_tori/torus_localizer.h b/tools/lighthousefind_tori/torus_localizer.h
new file mode 100644
index 0000000..a42e37d
--- /dev/null
+++ b/tools/lighthousefind_tori/torus_localizer.h
@@ -0,0 +1,11 @@
+#ifndef __TORUS_LOCALIZER_H
+#define __TORUS_LOCALIZER_H
+#include <stdio.h>
+
+#include "tori_includes.h"
+
+Point SolveForLighthouse(TrackedObject *obj, char doLogOutput);
+
+
+
+#endif