7 lines
73 B
C
7 lines
73 B
C
#ifndef VFS_H
|
|
#define VFS_H
|
|
|
|
void register_fs(const char* name);
|
|
|
|
#endif
|