added file copy tree for the game packs - lists supported games
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@197 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -67,6 +67,7 @@ inline int GetPrivateProfileInt(char* a, char* b, int i, char* c) { return i; };
|
||||
#define VERIFY(a) a;
|
||||
int GetFullPathName(const char *lpFileName, int nBufferLength, char *lpBuffer, char **lpFilePart);
|
||||
bool CopyFile(const char *lpExistingFileName, const char *lpNewFileName);
|
||||
bool CopyTree( const char* source, const char* dest );
|
||||
|
||||
#ifndef APIENTRY
|
||||
#define APIENTRY
|
||||
|
||||
Reference in New Issue
Block a user