This commit is contained in:
Henrik Böving
2019-10-04 12:42:13 +00:00
parent 26eb3a0abb
commit f8122ced02
7 changed files with 129 additions and 24424 deletions

6
recs.h Normal file
View File

@@ -0,0 +1,6 @@
typedef struct _WireServerRec {
int x;
} WireServerRec;
#define STRUCT_SERVER_REC WireServerRec