X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=libs%2Fmissing.h;h=298ef605b6bf3c99949e7e37c3734090c26c3125;hp=f374d1ac20ee688089b560b6241caa08fe7eb69c;hb=051578cb3beb086fc56e8f548e8d93bc63302c94;hpb=a06f65b0422c4333f3daba0bb9ef2236e2a06c14;ds=sidebyside diff --git a/libs/missing.h b/libs/missing.h index f374d1ac..298ef605 100644 --- a/libs/missing.h +++ b/libs/missing.h @@ -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