aboutsummaryrefslogtreecommitdiff
path: root/bindings/cs/libsurvive.net/cfunctions.cs
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-04-01 11:48:56 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-04-02 00:11:42 -0600
commit7770495e7f14fe5094b31df5f5976c34fd68a0da (patch)
treeb820aa69c966a87ad09679f4e7dae2a7b717f2b6 /bindings/cs/libsurvive.net/cfunctions.cs
parent0eea189db82fc72463a83a678d9b8d609fd09c6e (diff)
downloadlibsurvive-7770495e7f14fe5094b31df5f5976c34fd68a0da.tar.gz
libsurvive-7770495e7f14fe5094b31df5f5976c34fd68a0da.tar.bz2
Fixed marshalling
Diffstat (limited to 'bindings/cs/libsurvive.net/cfunctions.cs')
-rw-r--r--bindings/cs/libsurvive.net/cfunctions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/cs/libsurvive.net/cfunctions.cs b/bindings/cs/libsurvive.net/cfunctions.cs
index ab5f7fd..ce46d18 100644
--- a/bindings/cs/libsurvive.net/cfunctions.cs
+++ b/bindings/cs/libsurvive.net/cfunctions.cs
@@ -101,7 +101,7 @@ namespace libsurvive
public static extern bool Survive_object_charging(SurviveObjectPtr so);
[DllImport("libsurvive", CallingConvention = CallingConvention.StdCall, EntryPoint = "survive_object_pose")]
- public static extern SurvivePose Survive_object_pose(SurviveObjectPtr so);
+ public static extern IntPtr Survive_object_pose(SurviveObjectPtr so);
[DllImport("libsurvive", CallingConvention = CallingConvention.StdCall, EntryPoint = "survive_object_sensor_locations")]