x
Yes
No
Do you want to visit DriveHQ English website?
Inicio
Características
Precios
Prueba gratuita
Software cliente
Acerca de nosotros
Servidor de archivos
|
Solución de copias de seguridad
|
Servidor FTP
|
Servidor de correo electrónico
|
Alojamiento web
|
Software cliente
Servidor de archivos
Solución de copia de seguridad
Servidor FTP
Servidor de correo electrónico
Alojamiento web
Software cliente
NXU_string.h - Hosted on DriveHQ Cloud IT Platform
Arriba
Subir
Descargar
Compartir
Publicar
Nueva carpeta
Nuevo archivo
Copiar
Cortar
Eliminar
Pegar
Clasificación
Actualizar
Ruta de la carpeta: \\game3dprogramming\materials\GameFactory\GameFactoryDemo\references\NxuStream2\include\NXU_string.h
Girar
Efecto
Propiedad
Historial
#ifndef NXU_STRING_H #define NXU_STRING_H #ifdef __CELLOS_LV2__ # define _stricmp(a,b) strcasecmp((a),(b)) # define sprintf_s sprintf #elif defined(LINUX) # define _stricmp(a,b) strcasecmp((a),(b)) #endif namespace NXU { const char *getGlobalString(const char *str); void releaseGlobalStrings(void); void *findInstance(const char *str); // find a previously created instance of an entity by name. null if not found. void setInstance(const char *str, void *instance); // set a named association with this instance. void releaseGlobalInstances(void); // release the global instance table void reportError(const char *fmt, ... ); void reportWarning(const char *fmt, ... ); extern bool gUseClothActiveState; extern bool gUseSoftBodyActiveState; extern bool gProcessorBigEndian; extern bool gSaveBigEndian; }; #endif
NXU_string.h
Dirección de la página
Dirección del archivo
Anterior
18/20
Siguiente
Descargar
( 853 B )
Comments
Total ratings:
0
Average rating:
No clasificado
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.