diff --git a/src/file_system.h b/src/file_system.h index dbb4243..a6f3a1c 100644 --- a/src/file_system.h +++ b/src/file_system.h @@ -42,7 +42,7 @@ inline bool IsFolder(char *file) { * Filesystem base class which will hold the main file reference and also contains a map of all the indices. * After constructing a new FileSystem, use FileSystem#LoadDirectory(char*). */ -class RSFS_EXPORT FileSystem { +class FileSystem { public: FileSystem(); ~FileSystem();