forked from cafeberry/cafeberry
feat(Windows64): miniaudio
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
bool FileOrDirectoryExists(const char* path);
|
||||
bool FileExists(const char* path);
|
||||
bool DirectoryExists(const char* path);
|
||||
bool GetFirstFileInDirectory(const char* directory, char* outFilePath, size_t outFilePathSize);
|
||||
|
||||
//str1k3r - credits to the smartCMD repo for this file
|
||||
Reference in New Issue
Block a user