Created
November 25, 2012 23:51
-
-
Save legumbre/4145916 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- from GCController.h | |
ffi.cdef "typedef signed char BOOL;" -- from objc.h | |
ffi.cdef "void klua_gc_auth_local_user();" | |
ffi.cdef "void klua_gc_submit_achievement(const char *achievement_id, double progress, BOOL completion_banner);" | |
ffi.cdef "void klua_gc_reset_achievements();" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment