aboutsummaryrefslogtreecommitdiff
path: root/include/libsurvive/survive.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libsurvive/survive.h')
-rw-r--r--include/libsurvive/survive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libsurvive/survive.h b/include/libsurvive/survive.h
index 8a4183e..b829a52 100644
--- a/include/libsurvive/survive.h
+++ b/include/libsurvive/survive.h
@@ -122,8 +122,8 @@ struct SurviveObject {
SURVIVE_EXPORT const char *survive_object_codename(SurviveObject *so);
SURVIVE_EXPORT const char *survive_object_drivername(SurviveObject *so);
-SURVIVE_EXPORT const int8_t *survive_object_charge(SurviveObject *so);
-SURVIVE_EXPORT const bool *survive_object_charging(SurviveObject *so);
+SURVIVE_EXPORT const int8_t survive_object_charge(SurviveObject *so);
+SURVIVE_EXPORT const bool survive_object_charging(SurviveObject *so);
SURVIVE_EXPORT const SurvivePose *survive_object_pose(SurviveObject *so);