create a new level structure, that makes the code more maintenable. Move level.*...
authormrtout <mrtout@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Thu, 2 Mar 2006 20:07:12 +0000 (20:07 +0000)
committermrtout <mrtout@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Thu, 2 Mar 2006 20:07:12 +0000 (20:07 +0000)
commitd19583ee18b31ff4119b92576ea9067ca32bc069
tree77748f7301666c0cd3dbd7263d1b0936ec5308ae
parentaeb3f95e391a488a3143f49fb9a7673c1ccea915
create a new level structure, that makes the code more maintenable. Move level.* to levels.*

git-svn-id: https://s.snth.net/svn/neverball/trunk@204 78b8d119-cf0a-0410-b17c-f493084dd1d7
21 files changed:
Makefile
ball/demo.c
ball/demo.h
ball/game.c
ball/game.h
ball/hud.c
ball/level.c
ball/level.h
ball/levels.c [new file with mode: 0644]
ball/levels.h [new file with mode: 0644]
ball/main.c
ball/set.c
ball/st_demo.c
ball/st_done.c
ball/st_fail.c
ball/st_goal.c
ball/st_level.c
ball/st_play.c
ball/st_start.c
ball/st_title.c
ball/util.c