CDUtils: Namespace code under the Common namespace

This commit is contained in:
Lioncash
2018-05-27 18:21:59 -04:00
parent 5fdf171967
commit 1f75fa0aff
7 changed files with 11 additions and 5 deletions

View File

@ -7,8 +7,11 @@
#include <string>
#include <vector>
namespace Common
{
// Returns a pointer to an array of strings with the device names
std::vector<std::string> cdio_get_devices();
// Returns true if device is cdrom/dvd
bool cdio_is_cdrom(std::string device);
} // namespace Common