Hard reset

This commit is contained in:
Ley0k 2016-03-27 11:49:47 +02:00
commit 09bed43f97
1594 changed files with 892326 additions and 0 deletions

View file

@ -0,0 +1,19 @@
#ifndef __UBERSDK_H__
#define __UBERSDK_H__
#ifdef WIN32
#include <Windows.h>
#include <conio.h>
#else
#include <termios.h>
#include <unistd.h>
#include <pthread.h>
#endif
#undef STRING_NONE
#include <console.h>
extern ConsoleInput *g_console;
#endif