mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 14:50:41 -07:00
8 lines
128 B
C++
8 lines
128 B
C++
#pragma once
|
|
|
|
namespace nvenc_hook {
|
|
|
|
extern std::optional<std::string> VIDEO_CQP_STRING_OVERRIDE;
|
|
void initialize();
|
|
}
|