Files
MySQL/Test/UseDatabase.h
2020-05-01 11:15:15 +02:00

12 lines
145 B
C++

#ifndef TEST_USEDATABASE_H
#define TEST_USEDATABASE_H
namespace Test {
bool UseDatabase();
} // namespace Test
#endif // TEST_USEDATABASE_H