mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-16 18:28:35 -05:00
14 lines
158 B
C
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
|