SC_ScoreController
Instances of SC_ScoreController are used to submit scores to Scoreloop.
Basic use:
Get an instance of SC_Client.
Use the client instance to call SC_Client_CreateScoreController().
Call the SC_ScoreController_SubmitScore() method to submit the score.
Wait for a successful server response via delegate callbacks.