VITA-Homebrew-Sorter/dbbrowser.h

12 lines
199 B
C++

#ifndef _VITA_HB_SORTER_DB_BROWSER_H_
#define _VITA_HB_SORTER_DB_BROWSER_H_
#include <vector>
#include <string>
namespace DBBrowser {
int GetTables(std::vector<std::string> &tables);
}
#endif