zapret/tpws/tpws.h

10 lines
107 B
C
Raw Normal View History

2024-10-28 09:32:24 +03:00
#pragma once
#ifdef __linux__
#define SPLICE_PRESENT
#endif
#include <sys/param.h>
2025-01-24 11:12:56 +03:00
void ReloadCheck();