blob: a42e37deb07bcaf12b0b104c93c4b62f6a72d5b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef __TORUS_LOCALIZER_H
#define __TORUS_LOCALIZER_H
#include <stdio.h>
#include "tori_includes.h"
Point SolveForLighthouse(TrackedObject *obj, char doLogOutput);
#endif
|