We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4639fbf commit bfab86eCopy full SHA for bfab86e
shared/bindings.h
@@ -499,6 +499,8 @@ struct CValueProperty property_get_value(const struct ValueProperty *ptr);
499
500
struct CTimeUnit property_get_last_updated(const struct ValueProperty *ptr);
501
502
+struct CTimeUnit get_time(void);
503
+
504
struct Track *track_create(void);
505
506
/**
@@ -543,8 +545,6 @@ void (**track_register_game_object_callback(struct Track *track,
543
545
void track_remove_game_object_callback(struct Track *track, void (**callback)(struct GameObject,
544
546
bool));
547
-struct CTimeUnit get_time(void);
-
548
#ifdef __cplusplus
549
} // extern "C"
550
#endif // __cplusplus
0 commit comments