mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-12 13:20:53 +02:00
6 lines
97 B
C
6 lines
97 B
C
#pragma once
|
|
|
|
#include <napi.h>
|
|
|
|
void RegisterLinuxCapture(Napi::Env env, Napi::Object exports);
|