Add base filesystem interface string identifier

This commit is contained in:
Kawe Mazidjatari 2023-01-22 15:11:55 +01:00
parent 2cd28ab304
commit 79961687bd

View File

@ -38,8 +38,9 @@
#define SOUNDCARD_INTERFACE_VERSION "ISoundC002"
#define SHADERSYSTEM_INTERFACE_VERSION "ShaderSystem002"
#define FILESYSTEM_INTERFACE_VERSION "VFileSystem017"
#define FACTORY_INTERFACE_VERSION "VFactorySystem001"
#define FILESYSTEM_INTERFACE_VERSION "VFileSystem017"
#define BASEFILESYSTEM_INTERFACE_VERSION "VBaseFileSystem011"
//-----------------------------------------------------------------------------
enum class InterfaceStatus_t : int