mirror of
https://github.com/knightfox75/nds_nflib.git
synced 2025-06-18 08:45:35 -04:00
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:
parent
57cc1d519c
commit
c34dbb2912
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de funciones 2D comunes
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de funciones 3D
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Includes de Fondos Affine
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de funciones basicas
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de funciones de fondos en modo Bitmap
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de Colisiones
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include General
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de funciones de carga de archivos multimedia
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de Fondos mixtos (Tiled / Bitmap 8 bits)
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de funciones de sonido
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de Sprites a 256 colores
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de funciones 3D
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de Textos
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de Textos de 16 pixels
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de Fondos con tiles
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Include de funciones de WI-FI
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20110502
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Funciones 2D comunes
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Funciones 2D comunes
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Funciones de Fondos Affine
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -4,8 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Funciones basicas y de Debug
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version
|
||||
|
||||
|
||||
#ifdef BLOCKSDS
|
||||
#define iprintf printf
|
||||
|
@ -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>
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Funciones de Colisiones
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Funciones de de funciones de sonido
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Funciones de Sprites a 256 colores
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Funciones 2D comunes
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Funciones de Textos
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Funciones de Textos de 16 pixeles
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Funciones de Fondos con tiles
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20140413
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -4,7 +4,6 @@
|
||||
//
|
||||
// NightFox LIB - Funciones de WI-FI
|
||||
// http://www.nightfoxandco.com/
|
||||
// Version 20110502
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user