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