UI: Add obfuscation func

You could also say..  obs-fuscation.
This commit is contained in:
jp9000
2019-02-06 22:29:52 -08:00
parent 08fb29a035
commit ccc64df371
3 changed files with 42 additions and 0 deletions

View File

@@ -107,9 +107,11 @@ endif()
if(BROWSER_AVAILABLE_INTERNAL)
list(APPEND obs_PLATFORM_SOURCES
obf.c
auth-oauth.cpp
)
list(APPEND obs_PLATFORM_HEADERS
obf.h
auth-oauth.hpp
)
endif()