5
0
Fork 0
mirror of https://github.com/TheTesla/HengLongUDPclient.git synced 2025-06-29 11:56:09 +02:00

added fire button screenshot

This commit is contained in:
chch 2014-03-22 16:35:41 +01:00
parent a81f7afcf9
commit 8b1ec58829
6 changed files with 49 additions and 4 deletions

9
extern.c Normal file
View file

@ -0,0 +1,9 @@
#include "extern.h"
void fire(void)
{
system("xte key Return");
}