mirror of
https://github.com/Palakis/obs-websocket.git
synced 2025-07-25 11:02:36 +00:00
Utils: Add Obs utils namespace
This commit is contained in:
@ -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 {
|
||||
;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user