stepstead-client/native/pedometer-ios/pedometer_module.h
jts 6a1706051d İlk commit: Stepstead Godot istemci (4.6 Mobile)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-11 11:31:35 +03:00

8 lines
262 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Plugin init/deinit — godot-ios-plugins çatısı bu fonksiyonları çağırır.
#ifndef STEPSTEAD_PEDOMETER_MODULE_H
#define STEPSTEAD_PEDOMETER_MODULE_H
void pedometer_init_module();
void pedometer_deinit_module();
#endif // STEPSTEAD_PEDOMETER_MODULE_H