mirror of
https://github.com/knightfox75/nds_nflib.git
synced 2025-06-18 16:55:32 -04:00
library: Translate file headers
This commit is contained in:
parent
5280f3fe64
commit
0428b7a1ea
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de funciones 2D comunes
|
||||
// NightFox LIB - Common 2D functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de funciones 3D
|
||||
// NightFox LIB - Common 3D functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Includes de Fondos Affine
|
||||
// NightFox LIB - Affine backgrounds functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de funciones basicas
|
||||
// NightFox LIB - Basic and debug functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de funciones de fondos en modo Bitmap
|
||||
// NightFox LIB - Bitmap background functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de Colisiones
|
||||
// NightFox LIB - Collision maps functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include General
|
||||
// NightFox LIB - Global include
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de funciones de carga de archivos multimedia
|
||||
// NightFox LIB - Media file loading functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de Fondos mixtos (Tiled / Bitmap 8 bits)
|
||||
// NightFox LIB - Mixed (tiled and 8-bit bitmap) background functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de funciones de sonido
|
||||
// NightFox LIB - Sound effect functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de Sprites a 256 colores
|
||||
// NightFox LIB - 256 color sprites functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de funciones 3D
|
||||
// NightFox LIB - 3D sprite functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de Textos
|
||||
// NightFox LIB - 8x8 font text support functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de Textos de 16 pixels
|
||||
// NightFox LIB - 8x16 font text support functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de Fondos con tiles
|
||||
// NightFox LIB - Tiled background functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de funciones de WI-FI
|
||||
// NightFox LIB - Wi-Fi functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Funciones 2D comunes
|
||||
// NightFox LIB - Common 2D functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <nds.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Funciones 2D comunes
|
||||
// NightFox LIB - Common 3D functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <nds.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Affine background functions
|
||||
// NightFox LIB - Affine backgrounds functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Funciones basicas y de Debug
|
||||
// NightFox LIB - Basic and debug functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#ifdef BLOCKSDS
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de funciones de fondos en modo Bitmap
|
||||
// NightFox LIB - Bitmap background functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Funciones de Colisiones
|
||||
// NightFox LIB - Collision maps functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de funciones de carga de archivos multimedia
|
||||
// NightFox LIB - Media file loading functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Include de Fondos mixtos (Tiled / Bitmap 8 bits)
|
||||
// NightFox LIB - Mixed (tiled and 8-bit bitmap) background functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <string.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Funciones de de funciones de sonido
|
||||
// NightFox LIB - Sound effect functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Funciones de Sprites a 256 colores
|
||||
// NightFox LIB - 256 color sprites functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <stdarg.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Funciones 2D comunes
|
||||
// NightFox LIB - 3D sprite functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Funciones de Textos
|
||||
// NightFox LIB - 8x8 font text support functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Funciones de Textos de 16 pixeles
|
||||
// NightFox LIB - 8x16 font text support functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright (c) 2009-2014 Cesar Rincon "NightFox"
|
||||
//
|
||||
// NightFox LIB - Funciones de Fondos con tiles
|
||||
// NightFox LIB - Tiled background functions
|
||||
// http://www.nightfoxandco.com/
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user