shithub: tinygl

Download patch

ref: 49c8e2c75b571e0c69bc5d59e977f6f4c70c5edb
parent: 65288ed036d1531eb9cc03b0967242e8b65d1e0f
author: MHS <gek@katherine>
date: Fri Apr 9 10:40:06 EDT 2021

Automatic commit.

--- a/SDL_Examples/game.c
+++ b/SDL_Examples/game.c
@@ -1,9 +1,4 @@
-/* sdlGears.c */
-/*
- * 3-D gear wheels by Brian Paul. This program is in the public domain.
- *
- * ported to libSDL/TinyGL by Gerald Franz (gfz@o2online.de)
- */
+
 //#define PLAY_MUSIC
 
 #include <math.h>
--- a/SDL_Examples/gears.c
+++ b/SDL_Examples/gears.c
@@ -1,8 +1,6 @@
 /* sdlGears.c */
 /*
  * 3-D gear wheels by Brian Paul. This program is in the public domain.
- *
- * ported to libSDL/TinyGL by Gerald Franz (gfz@o2online.de)
  */
 
 //#define PLAY_MUSIC
--- a/SDL_Examples/helloworld.c
+++ b/SDL_Examples/helloworld.c
@@ -1,10 +1,3 @@
-
-/* sdlGears.c */
-/*
- * 3-D gear wheels by Brian Paul. This program is in the public domain.
- *
- * ported to libSDL/TinyGL by Gerald Franz (gfz@o2online.de)
- */
 //#define PLAY_MUSIC
 
 #include "../include/GL/gl.h"
--- a/SDL_Examples/model.c
+++ b/SDL_Examples/model.c
@@ -1,9 +1,4 @@
-/* sdlGears.c */
-/*
- * 3-D gear wheels by Brian Paul. This program is in the public domain.
- *
- * ported to libSDL/TinyGL by Gerald Franz (gfz@o2online.de)
- */
+
 //#define PLAY_MUSIC
 
 #include <math.h>