Skip to content

Instantly share code, notes, and snippets.

@legumbre
Created November 25, 2012 23:51
Show Gist options
  • Save legumbre/4145916 to your computer and use it in GitHub Desktop.
Save legumbre/4145916 to your computer and use it in GitHub Desktop.
-- 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