TCP cleanup, added basis of web interface

This commit is contained in:
KimLS
2017-01-08 19:00:39 -08:00
parent 08e72bbbdd
commit 124728e0c7
43 changed files with 690 additions and 6442 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
class WebInterface;
void RegisterEQW(WebInterface *i);