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:
Ykkrosh
2006-04-23 23:14:18 +00:00
parent 2fbb899bb5
commit 3d26549032
897 changed files with 55467 additions and 55526 deletions
+18 -18
View File
@@ -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);
};