Ref T731, added namespace for utility functions

This commit is contained in:
Klaus Basan
2019-09-29 00:47:47 +02:00
committed by Mat Sutcliffe
parent 9a4fe0ea48
commit c3684a2f8c
3 changed files with 66 additions and 39 deletions

View File

@@ -18,6 +18,7 @@
#include <cmath>
using namespace BlackMisc;
using namespace BlackSound;
namespace BlackCore
{