DDraceNetwork Documentation
Loading...
Searching...
No Matches
fs.h
Go to the documentation of this file.
1
#ifndef BASE_FS_H
2
#define BASE_FS_H
3
18
int
fs_makedir
(
const
char
*path);
19
33
int
fs_removedir
(
const
char
*path);
34
35
#endif
fs_removedir
int fs_removedir(const char *path)
Definition
fs.cpp:54
fs_makedir
int fs_makedir(const char *path)
Definition
fs.cpp:23
src
base
fs.h
Generated by
1.16.1