Adding namespace Database

This commit is contained in:
emeric
2014-06-27 16:23:13 +02:00
parent e6c8dd996a
commit 7fd546eb44
24 changed files with 98 additions and 64 deletions
+3
View File
@@ -12,6 +12,8 @@
#include "VideoTypes.hpp"
namespace Database {
class Path
{
public:
@@ -71,6 +73,7 @@ class Path
};
} // namespace Database
#endif