Modularized all functions and the game_opject structure.
authorlimb <limb@bc5cbbab-a4ec-0310-bb52-ff3d296db539>
Wed, 3 Jun 2009 17:53:16 +0000 (17:53 +0000)
committerlimb <limb@bc5cbbab-a4ec-0310-bb52-ff3d296db539>
Wed, 3 Jun 2009 17:53:16 +0000 (17:53 +0000)
commit4115a5656a20590dcb26df8ef24217de7d098d25
tree07a85af67bdbc006e0d19292384f28a52b34a063
parentd620633cd82126a9825e76c42b38ac68a6cce7bd
Modularized all functions and the game_opject structure.

git-svn-id: svn+ssh://svn/var/repos/curfender@819 bc5cbbab-a4ec-0310-bb52-ff3d296db539
26 files changed:
CHANGELOG
Makefile
age_bullet.cpp [new file with mode: 0644]
age_bullet.h [new file with mode: 0644]
check_collision.cpp [new file with mode: 0644]
check_collision.h [new file with mode: 0644]
draw.cpp [new file with mode: 0644]
draw.h [new file with mode: 0644]
game_object.h [new file with mode: 0644]
gravitize.cpp [new file with mode: 0644]
gravitize.h [new file with mode: 0644]
init.cpp [new file with mode: 0644]
init.h [new file with mode: 0644]
main.cpp
mishaps.cpp [new file with mode: 0644]
mishaps.h [new file with mode: 0644]
motion.cpp [new file with mode: 0644]
motion.h [new file with mode: 0644]
object_out.cpp [new file with mode: 0644]
object_out.h [new file with mode: 0644]
play_sound_effect.cpp [new file with mode: 0644]
play_sound_effect.h [new file with mode: 0644]
powerup.cpp [new file with mode: 0644]
powerup.h [new file with mode: 0644]
radar_plot.cpp [new file with mode: 0644]
radar_plot.h [new file with mode: 0644]