]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/missing.h
added file copy tree for the game packs - lists supported games
[xonotic/netradiant.git] / libs / missing.h
index f374d1ac20ee688089b560b6241caa08fe7eb69c..298ef605b6bf3c99949e7e37c3734090c26c3125 100644 (file)
@@ -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