Skip to content

Commit

Permalink
Merge pull request #68 from hiimjustin000/patch-1
Browse files Browse the repository at this point in the history
make the api actually work on android
  • Loading branch information
HJfod authored Jul 30, 2024
2 parents 29e73fa + d80b8d0 commit 981a2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Keybinds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define CUSTOM_KEYBINDS_DLL __declspec(dllimport)
#endif
#else
#define CUSTOM_KEYBINDS_DLL
#define CUSTOM_KEYBINDS_DLL __attribute__((visibility("default")))
#endif

struct BindSaveData;
Expand Down

0 comments on commit 981a2e9

Please sign in to comment.