/+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 src/Game.h

  • Committer: Gustav Hartvigsson
  • Date: 2014-06-15 21:16:13 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140615211613-39t3ux5wos87omj0
* Switched variable names to something more consistant
* added two more files

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  SDL_Event event;
32
32
  SDL_Point mouse_delta;
33
33
  bool mouse_pressed;
34
 
  bool bg_colour_toggle;
 
34
  bool bg_color_toggle;
35
35
  int done;
36
 
  SDL_Color background_colour;
 
36
  SDL_Color background_color;
37
37
  SDL_Window * window;
38
38
  SDL_Renderer * renderer;
39
39
  SDL_GameController * game_controller;