aboutsummaryrefslogtreecommitdiff
path: root/src/survive_internal.h
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-03 01:32:49 -0500
committercnlohr <lohr85@gmail.com>2017-03-03 01:32:49 -0500
commit76623e6a945cb8be50f8081f610b397e480dcf58 (patch)
tree934575e772251048d4691e281ff25a6e58886ca9 /src/survive_internal.h
parenta59f42935a7472da7b9f162a68b3c55aff128f7e (diff)
downloadlibsurvive-76623e6a945cb8be50f8081f610b397e480dcf58.tar.gz
libsurvive-76623e6a945cb8be50f8081f610b397e480dcf58.tar.bz2
First thoughts on a resolver?
Diffstat (limited to 'src/survive_internal.h')
-rw-r--r--src/survive_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/survive_internal.h b/src/survive_internal.h
index 5962623..1fdef41 100644
--- a/src/survive_internal.h
+++ b/src/survive_internal.h
@@ -1,4 +1,4 @@
-//<>< (C) 2016 C. N. Lohr, MOSTLY Under MIT/x11 License.
+//<>< (C) 2016-2017 C. N. Lohr, MOSTLY Under MIT/x11 License.
//
//Based off of https://github.com/collabora/OSVR-Vive-Libre
// Originally Copyright 2016 Philipp Zabel
@@ -36,7 +36,6 @@ struct SurviveUSBInterface;
typedef int (*DeviceDriverCb)( struct SurviveContext * ctx, void * driver );
typedef int (*DeviceDriverMagicCb)( struct SurviveContext * ctx, void * driver, int magic_code, void * data, int datalen );
-
//This is defined in survive.h
struct SurviveObject;
struct SurviveCalData;