diff options
| author | raysan5 <raysan5@gmail.com> | 2016-02-20 20:25:01 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-02-20 20:25:01 +0100 |
| commit | 7b360d8579c63658ee05377b44d2e0b478d12b74 (patch) | |
| tree | 16c1553ba117869aeb370ae40f99bb4086701b55 | |
| parent | 83459159f4c8622cefe93a062138e7e2391b6761 (diff) | |
| download | raylib-7b360d8579c63658ee05377b44d2e0b478d12b74.tar.gz raylib-7b360d8579c63658ee05377b44d2e0b478d12b74.zip | |
Reorganized games folder
Simplified to match raylib installer package folder structure
| -rw-r--r-- | games/arkanoid.c (renamed from games/samples/arkanoid.c) | 0 | ||||
| -rw-r--r-- | games/asteroids.c (renamed from games/samples/asteroids.c) | 0 | ||||
| -rw-r--r-- | games/asteroids_survival.c (renamed from games/samples/asteroids_survival.c) | 0 | ||||
| -rw-r--r-- | games/floppy.c (renamed from games/samples/floppy.c) | 0 | ||||
| -rw-r--r-- | games/gold_fever.c (renamed from games/samples/gold_fever.c) | 0 | ||||
| -rw-r--r-- | games/gorilas.c (renamed from games/samples/gorilas.c) | 0 | ||||
| -rw-r--r-- | games/missile_commander.c (renamed from games/samples/missile_commander.c) | 0 | ||||
| -rw-r--r-- | games/pang.c (renamed from games/samples/pang.c) | 0 | ||||
| -rw-r--r-- | games/snake.c (renamed from games/samples/snake.c) | 0 | ||||
| -rw-r--r-- | games/space_invaders.c (renamed from games/samples/space_invaders.c) | 0 | ||||
| -rw-r--r-- | games/tetris.c (renamed from games/samples/tetris.c) | 0 |
11 files changed, 0 insertions, 0 deletions
diff --git a/games/samples/arkanoid.c b/games/arkanoid.c index f10f9383..f10f9383 100644 --- a/games/samples/arkanoid.c +++ b/games/arkanoid.c diff --git a/games/samples/asteroids.c b/games/asteroids.c index 53ebbd8e..53ebbd8e 100644 --- a/games/samples/asteroids.c +++ b/games/asteroids.c diff --git a/games/samples/asteroids_survival.c b/games/asteroids_survival.c index aa21112d..aa21112d 100644 --- a/games/samples/asteroids_survival.c +++ b/games/asteroids_survival.c diff --git a/games/samples/floppy.c b/games/floppy.c index f48ea235..f48ea235 100644 --- a/games/samples/floppy.c +++ b/games/floppy.c diff --git a/games/samples/gold_fever.c b/games/gold_fever.c index 5a435027..5a435027 100644 --- a/games/samples/gold_fever.c +++ b/games/gold_fever.c diff --git a/games/samples/gorilas.c b/games/gorilas.c index 86fd3f5b..86fd3f5b 100644 --- a/games/samples/gorilas.c +++ b/games/gorilas.c diff --git a/games/samples/missile_commander.c b/games/missile_commander.c index 6317c41a..6317c41a 100644 --- a/games/samples/missile_commander.c +++ b/games/missile_commander.c diff --git a/games/samples/pang.c b/games/pang.c index fe1c3005..fe1c3005 100644 --- a/games/samples/pang.c +++ b/games/pang.c diff --git a/games/samples/snake.c b/games/snake.c index ac2f6132..ac2f6132 100644 --- a/games/samples/snake.c +++ b/games/snake.c diff --git a/games/samples/space_invaders.c b/games/space_invaders.c index c2dd0c61..c2dd0c61 100644 --- a/games/samples/space_invaders.c +++ b/games/space_invaders.c diff --git a/games/samples/tetris.c b/games/tetris.c index 62400201..62400201 100644 --- a/games/samples/tetris.c +++ b/games/tetris.c |
