library: Remove version number from source files

This is misleading unless it's updated every single time there is a
commit, which isn't realistic.
This commit is contained in:
Antonio Niño Díaz 2023-05-11 23:49:33 +01:00
parent 57cc1d519c
commit c34dbb2912
31 changed files with 0 additions and 32 deletions

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de funciones 2D comunes
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de funciones 3D
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Includes de Fondos Affine
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de funciones basicas
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de funciones de fondos en modo Bitmap
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de Colisiones
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include General
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de funciones de carga de archivos multimedia
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de Fondos mixtos (Tiled / Bitmap 8 bits)
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de funciones de sonido
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de Sprites a 256 colores
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de funciones 3D
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de Textos
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de Textos de 16 pixels
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de Fondos con tiles
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de funciones de WI-FI
// http://www.nightfoxandco.com/
// Version 20110502
#ifdef __cplusplus
extern "C" {

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Funciones 2D comunes
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdio.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Funciones 2D comunes
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdio.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Funciones de Fondos Affine
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdio.h>
#include <string.h>

View File

@ -4,8 +4,6 @@
//
// NightFox LIB - Funciones basicas y de Debug
// http://www.nightfoxandco.com/
// Version
#ifdef BLOCKSDS
#define iprintf printf

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de funciones de fondos en modo Bitmap
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdio.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Funciones de Colisiones
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdio.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de funciones de carga de archivos multimedia
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdio.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Include de Fondos mixtos (Tiled / Bitmap 8 bits)
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdio.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Funciones de de funciones de sonido
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdio.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Funciones de Sprites a 256 colores
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdarg.h>
#include <stdio.h>

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Funciones 2D comunes
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdio.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Funciones de Textos
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdio.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Funciones de Textos de 16 pixeles
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdio.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Funciones de Fondos con tiles
// http://www.nightfoxandco.com/
// Version 20140413
#include <stdio.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
//
// NightFox LIB - Funciones de WI-FI
// http://www.nightfoxandco.com/
// Version 20110502
#include <netinet/in.h>
#include <stdio.h>