/+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 src/GameButton.c

  • Committer: Gustav Hatvigsson
  • Date: 2014-02-02 20:54:00 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140202205400-o7so4nzju52s7hkq
* added Modeline to (almost) all files.
* started work on the LinkedList implementation.
  TODO: linked_list_remove_current ()

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* c-basic-offset: 2; tab-width: 2; indent-tabs-mode: nil
 
2
 * vi: set shiftwidth=2 tabstop=2 expandtab:
 
3
 * :indentSize=2:tabSize=2:noTabs=true:
 
4
 */
 
5
 
1
6
#include "GameButton.h"
2
7
#include "game_utils.h"
3
8