0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/UI/obf.h

14 lines
158 B
C
Raw Normal View History

#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
extern void deobfuscate_str(char *str, uint64_t val);
#ifdef __cplusplus
}
#endif