aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind_tori/torus_localizer.h
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-12 10:27:10 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-12 10:27:10 -0500
commit1dae9e559ff98c2b938488a62db125236a856c8f (patch)
tree28a096179ce42930aed1236755bf152ad865b15f /tools/lighthousefind_tori/torus_localizer.h
parent12fd01346d92d24f9e6ecd89c57e25cdaa455e12 (diff)
parentfa88e40fa07c3cf425b45fe56cf6dda613545e36 (diff)
downloadlibsurvive-1dae9e559ff98c2b938488a62db125236a856c8f.tar.gz
libsurvive-1dae9e559ff98c2b938488a62db125236a856c8f.tar.bz2
Merge branch 'master' of github.com:axlecrusher/libsurvive into ootx_decoder_context
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