/+junk/c_sdl_joypad

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

« back to all changes in this revision

Viewing changes to Game.c

  • Committer: Gustav Hartvigsson
  • Date: 2013-09-29 21:08:08 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130929210808-ah3cpip0ungytgse
What I have done:
http://youtu.be/QD0IjnFXW5E

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#include "MousePointer.h"
3
3
#include "GameButton.h"
4
4
#include "game_utils.h"
 
5
#include "GameObject.h"
5
6
 
6
7
void quit (int rc) {
7
8
  SDL_Quit();