mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 18:12:29 +00:00
8 lines
No EOL
157 B
C++
8 lines
No EOL
157 B
C++
#ifndef BC_OS_FILE_REMOVE_DIRECTORY_HPP
|
|
#define BC_OS_FILE_REMOVE_DIRECTORY_HPP
|
|
|
|
#include <cstdint>
|
|
|
|
int32_t OsRemoveDirectory(const char* pathName);
|
|
|
|
#endif |