LibUIGL
3.17.5
|
Funciones | |
void | SetPath (const char *path) |
char * | GetLocalPath (void) |
char * | GetFullPath (const char *file) |
void SetPath | ( | const char * | p | ) |
Establece ruta actual para carga de recursos
p | Ruta base, o NULL para usar directorio local de la aplicación |
char* GetLocalPath | ( | void | ) |
Devuelve ruta de trabajo actual
char* GetFullPath | ( | const char * | file | ) |
Devuelve ruta de archivo completa
file | Nombre del archvivo base |