scummvm/engines/testbed/fs.cpp

13 lines
178 B
C++
Raw Normal View History

#include "testbed/fs.h"
namespace Testbed {
FSTestSuite::FSTestSuite() {
}
const char *FSTestSuite::getName() const {
return "File System";
}
} // End of namespace Testbed