diff options
| author | ChillerDragon <[email protected]> | 2019-04-07 17:49:12 +0200 |
|---|---|---|
| committer | ChillerDragon <[email protected]> | 2019-04-07 17:49:12 +0200 |
| commit | f21761fbbb02f0b58b5b54342f0c3ad3abc0003e (patch) | |
| tree | 52fc801c80cf60c177b6900cff03dd7e5cd007c8 /templates/simple_game | |
| parent | c23ceec338ac46c28d0b1fe2ab286775efc7f041 (diff) | |
| download | raylib-f21761fbbb02f0b58b5b54342f0c3ad3abc0003e.tar.gz raylib-f21761fbbb02f0b58b5b54342f0c3ad3abc0003e.zip | |
Happy new year 2019
Diffstat (limited to 'templates/simple_game')
| -rw-r--r-- | templates/simple_game/Makefile | 2 | ||||
| -rw-r--r-- | templates/simple_game/simple_game.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/simple_game/Makefile b/templates/simple_game/Makefile index 86e0dbde..9f27a429 100644 --- a/templates/simple_game/Makefile +++ b/templates/simple_game/Makefile @@ -2,7 +2,7 @@ # # raylib makefile for Desktop platforms, Raspberry Pi, Android and HTML5 # -# Copyright (c) 2013-2018 Ramon Santamaria (@raysan5) +# Copyright (c) 2013-2019 Ramon Santamaria (@raysan5) # # This software is provided "as-is", without any express or implied warranty. In no event # will the authors be held liable for any damages arising from the use of this software. diff --git a/templates/simple_game/simple_game.c b/templates/simple_game/simple_game.c index 028b1da8..8f2dc36a 100644 --- a/templates/simple_game/simple_game.c +++ b/templates/simple_game/simple_game.c @@ -8,7 +8,7 @@ * This game has been created using raylib (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * -* Copyright (c) 2014-2018 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5) * ********************************************************************************************/ |
