/+junk/c_sdl_joypad_ducktape

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/c_sdl_joypad_ducktape

« back to all changes in this revision

Viewing changes to main.c

  • Committer: Gustav Hartvigsson
  • Date: 2013-09-29 21:11:58 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130929211158-9z71h0uymetjelsz
fixed the callback stuff..

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
#include "Game.h"
7
7
 
8
 
/**
9
 
 * This file, as the rest of the project is under MIT license.
10
 
 * see http://opensource.org/licenses/MIT
11
 
 *
12
 
 * Author Gustav Hartvigsson <gustav.hartvigsson _at_ gmail.com> 2014
13
 
 */
14
 
 
15
8
/******************************************************************************/
16
9
 
17
10