Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit 49c8e2c

Browse files
author
MHS
committed
Automatic commit.
1 parent 65288ed commit 49c8e2c

File tree

4 files changed

+2
-21
lines changed

4 files changed

+2
-21
lines changed

SDL_Examples/game.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
/* sdlGears.c */
2-
/*
3-
* 3-D gear wheels by Brian Paul. This program is in the public domain.
4-
*
5-
* ported to libSDL/TinyGL by Gerald Franz (gfz@o2online.de)
6-
*/
1+
72
//#define PLAY_MUSIC
83

94
#include <math.h>

SDL_Examples/gears.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/* sdlGears.c */
22
/*
33
* 3-D gear wheels by Brian Paul. This program is in the public domain.
4-
*
5-
* ported to libSDL/TinyGL by Gerald Franz (gfz@o2online.de)
64
*/
75

86
//#define PLAY_MUSIC

SDL_Examples/helloworld.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
2-
/* sdlGears.c */
3-
/*
4-
* 3-D gear wheels by Brian Paul. This program is in the public domain.
5-
*
6-
* ported to libSDL/TinyGL by Gerald Franz (gfz@o2online.de)
7-
*/
81
//#define PLAY_MUSIC
92

103
#include "../include/GL/gl.h"

SDL_Examples/model.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
/* sdlGears.c */
2-
/*
3-
* 3-D gear wheels by Brian Paul. This program is in the public domain.
4-
*
5-
* ported to libSDL/TinyGL by Gerald Franz (gfz@o2online.de)
6-
*/
1+
72
//#define PLAY_MUSIC
83

94
#include <math.h>

0 commit comments

Comments
 (0)