works but linux build is broken and this is an old version of the source

This commit is contained in:
gamingdoom
2023-10-16 22:13:30 -07:00
parent 54e1beb548
commit 5dfb5f3b88
19 changed files with 1200 additions and 23 deletions

View File

@@ -8,7 +8,16 @@
#pragma once
#include <bits/types/siginfo_t.h>
#include <string>
#include <sys/ucontext.h>
#ifdef __linux__
#include <cstdint>
#include "linuxfixes.h"
#endif
void NetReset();
extern bool Dev;