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/
-
Committer:
Gustav Hartvigsson
-
Date:
2014-01-11 23:53:51 UTC
-
Revision ID:
gustav.hartvigsson@gmail.com-20140111235351-esn2xhqjg2c6ir9g
* moved the files to ./src/
* fixed a few problems useing some haxx.
* Changed Makefile to take into account the file move and made it better.
- files renamed:
-
DynamicArray.c
=>
src/DynamicArray.c
-
DynamicArray.h
=>
src/DynamicArray.h
-
GameButton.c
=>
src/GameButton.c
-
GameObject.c
=>
src/GameObject.c
-
JSParser.c
=>
src/JSParser.c
-
JSParser.h
=>
src/JSParser.h
-
LinkedList.c
=>
src/LinkedList.c
-
LinkedList.h
=>
src/LinkedList.h
-
MousePointer.c
=>
src/MousePointer.c
-
MousePointer.h
=>
src/MousePointer.h
-
game_utils.h
=>
src/game_utils.h
Show diffs side-by-side
added
removed