aboutsummaryrefslogtreecommitdiff
path: root/bindings/cs/libsurvive.net/cfunctions.cs
diff options
context:
space:
mode:
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")]