mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings)
This was SVN commit r3802.
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
#include "AtlasObject/AtlasObject.h"
|
||||
|
||||
namespace Datafile
|
||||
{
|
||||
// Read configuration data from data/tools/atlas/lists.xml
|
||||
AtObj ReadList(const char* section);
|
||||
|
||||
// Specify the location of .../binaries/system, as an absolute path, or
|
||||
// relative to the current working directory.
|
||||
void SetSystemDirectory(const wxString& dir);
|
||||
|
||||
// Returns the location of .../binaries/data. (TODO (eventually): replace
|
||||
// this with a proper VFS-aware system.)
|
||||
wxString GetDataDirectory();
|
||||
|
||||
// Returns a list of files matching the given wildcard (* and ?) filter
|
||||
// inside .../binaries/data/<dir>, not recursively.
|
||||
wxArrayString EnumerateDataFiles(const wxString& dir, const wxString& filter);
|
||||
#include "AtlasObject/AtlasObject.h"
|
||||
|
||||
namespace Datafile
|
||||
{
|
||||
// Read configuration data from data/tools/atlas/lists.xml
|
||||
AtObj ReadList(const char* section);
|
||||
|
||||
// Specify the location of .../binaries/system, as an absolute path, or
|
||||
// relative to the current working directory.
|
||||
void SetSystemDirectory(const wxString& dir);
|
||||
|
||||
// Returns the location of .../binaries/data. (TODO (eventually): replace
|
||||
// this with a proper VFS-aware system.)
|
||||
wxString GetDataDirectory();
|
||||
|
||||
// Returns a list of files matching the given wildcard (* and ?) filter
|
||||
// inside .../binaries/data/<dir>, not recursively.
|
||||
wxArrayString EnumerateDataFiles(const wxString& dir, const wxString& filter);
|
||||
};
|
||||
Reference in New Issue
Block a user