strings: Add global id prefix

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-06-14 04:52:59 +02:00
parent 161f10a921
commit 6ae69a5c71
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "common.hpp"
#define PLUGIN_NAME "StreamFX"
#define PREFIX "streamfx-"
#define D_TRANSLATE(x) obs_module_text(x)
#define D_DESC(x) x ".Description"