GFX2_DiskFreeSpace()

This commit is contained in:
Thomas Bernard
2020-04-12 00:03:36 +02:00
parent 2fdceab6bc
commit 776884f0fe
3 changed files with 80 additions and 76 deletions

View File

@@ -40,6 +40,11 @@ dword GFX2_GetTicks(void);
*/
void GFX2_OpenURL(const char * url, unsigned int len);
/**
* Disk free space
*/
qword GFX2_DiskFreeSpace(const char * path);
#if defined (__MINT__)
void Atari_Memory_free(unsigned long *stRam, unsigned long *ttRam);
#else