mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-11 13:06:40 +03:00
Hard reset
This commit is contained in:
commit
09bed43f97
1594 changed files with 892326 additions and 0 deletions
19
code/tools/testutils/ubersdk.h
Normal file
19
code/tools/testutils/ubersdk.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue