first attempt at things

(also fix softrenderer reset)
This commit is contained in:
Arisotura
2019-04-01 02:51:31 +02:00
parent f1628b98de
commit f8751bd1fb
10 changed files with 275 additions and 62 deletions

View File

@ -24,6 +24,7 @@
#include "PlatformConfig.h"
#include "LAN_Socket.h"
#include "LAN_PCap.h"
#include "libui/ui.h"
#include <string>
#ifdef __WIN32__
@ -302,6 +303,12 @@ void Semaphore_Post(void* sema)
}
void* GL_GetProcAddress(const char* proc)
{
return uiGLGetProcAddress(proc);
}
bool MP_Init()
{
int opt_true = 1;