Umasoft
Main Page
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
TerrainSDK
vtdata
DataPath.h
1
//
2
// DataPath.h
3
//
4
// Copyright (c) 2007 Virtual Terrain Project
5
// Free for all uses, see license.txt for details.
6
//
7
8
#ifndef __DataPath_h__
9
#define __DataPath_h__
10
11
#include "vtdata/vtString.h"
12
13
void
vtSetDataPath(
const
vtStringArray &paths);
14
vtStringArray &vtGetDataPath();
15
bool
vtLoadDataPath(
const
char
*user_config_dir = NULL,
16
const
char
*config_dir = NULL);
17
bool
vtSaveDataPath(
const
char
*fname = NULL);
18
19
#endif // __DataPath_h__
Generated on Fri Jun 7 2013 16:07:51 for Umasoft by
1.8.4