diff options
Diffstat (limited to '')
-rw-r--r-- | source/cBlockingTCPLink.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/cBlockingTCPLink.h b/source/cBlockingTCPLink.h index 8257f25d7..ff89f7db3 100644 --- a/source/cBlockingTCPLink.h +++ b/source/cBlockingTCPLink.h @@ -1,3 +1,4 @@ +
#pragma once
#include "cSocket.h"
@@ -21,3 +22,7 @@ protected: cSocket m_Socket;
}; //tolua_export
+
+
+
+
|