obs-studio/UI/obf.h
jp9000 ccc64df371 UI: Add obfuscation func
You could also say..  obs-fuscation.
2019-02-07 14:47:15 -08:00

14 lines
158 B
C

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