libpromeki 1.0.0-alpha
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
namespace.h
Go to the documentation of this file.
1
9#pragma once
10
11
12#include <promeki/config.h>
13#if PROMEKI_ENABLE_CORE
17#define PROMEKI_NAMESPACE_BEGIN namespace promeki {
18
22#define PROMEKI_NAMESPACE_END }
23
24#endif // PROMEKI_ENABLE_CORE