mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Utils: Add Obs utils namespace
This commit is contained in:
parent
8a18d3603c
commit
600505b60a
@ -81,7 +81,8 @@ set(obs-websocket_SOURCES
|
||||
src/forms/SettingsDialog.cpp
|
||||
src/utils/Json.cpp
|
||||
src/utils/Crypto.cpp
|
||||
src/utils/Platform.cpp)
|
||||
src/utils/Platform.cpp
|
||||
src/utils/Obs.cpp)
|
||||
|
||||
set(obs-websocket_HEADERS
|
||||
src/obs-websocket.h
|
||||
|
3
src/utils/Obs.cpp
Normal file
3
src/utils/Obs.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
#include "Utils.h"
|
||||
|
||||
#include "../plugin-macros.generated.h"
|
@ -24,4 +24,8 @@ namespace Utils {
|
||||
std::string GetLocalAddress();
|
||||
QString GetCommandLineArgument(QString arg);
|
||||
}
|
||||
|
||||
namespace Obs {
|
||||
;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user