libpromeki 1.0.0-alpha
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
backendweight.h
Go to the documentation of this file.
1
8#pragma once
9
10
11#include <promeki/config.h>
12#if PROMEKI_ENABLE_CORE
13#include <promeki/namespace.h>
14
15PROMEKI_NAMESPACE_BEGIN
16
30namespace BackendWeight {
32 constexpr int Vendored = 100;
34 constexpr int System = 200;
36 constexpr int User = 1000;
37}
38
39PROMEKI_NAMESPACE_END
40
41#endif // PROMEKI_ENABLE_CORE