diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-06-16 07:58:50 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-06-16 07:58:50 +0800 |
| commit | fb6aae27a71ae64d1c83592938af30568b858eba (patch) | |
| tree | f42a641ab3d9a346866225b8d8d3013a773366d1 /core/bindings | |
| parent | b3642e52ca3d4d54b634fe11b42d1173856bbd49 (diff) | |
Add C Example Configure
Diffstat (limited to 'core/bindings')
| -rw-r--r-- | core/bindings/lang/clang/binding_example/main.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/bindings/lang/clang/binding_example/main.c b/core/bindings/lang/clang/binding_example/main.c deleted file mode 100644 index d01ee10..0000000 --- a/core/bindings/lang/clang/binding_example/main.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdio.h> -#include "nogamepads_data.h" - -int main(void) { - const FfiPlayer *player = player_register("MyAccount", "Password123456"); - printf(player->account.id); -}
\ No newline at end of file |
