]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/ifilesystem.h
refresh DPK VFS before refreshing textures
[xonotic/netradiant.git] / include / ifilesystem.h
index 6bbc0db21789718a137d99528c49d77da01a374e..70b5da92bbb96503b4fb24002f7f98f36bd4df95 100644 (file)
@@ -50,6 +50,10 @@ virtual void initDirectory( const char *path ) = 0;
 /// \brief Initialises the filesystem.
 /// Called after all root search paths have been added.
 virtual void initialise() = 0;
+/// \brief Clear the filesystem if supported
+virtual void clear() = 0;
+/// \brief Reload the filesystem if supported
+virtual void refresh() = 0;
 /// \brief Shuts down the filesystem.
 virtual void shutdown() = 0;