mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-07-11 20:34:34 +00:00
Added new Move Code
Added Move Code, TS callback, and commands to interface with Move code.
This commit is contained in:
parent
2ee8c36a90
commit
81a28fe3ba
7 changed files with 212 additions and 3 deletions
|
|
@ -27,6 +27,7 @@ BOOL APIENTRY DllMain( HMODULE hModule,
|
|||
static bool sDogPetted = false;
|
||||
static DWORD mainthreadid=0;
|
||||
static bool evaldone=1;
|
||||
|
||||
void overrideputhex(unsigned char hex) {
|
||||
char hexstr[40]="";
|
||||
char outchar=' ';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue