diff options
Diffstat (limited to 'loader/client/client_windows.cpp')
| -rw-r--r-- | loader/client/client_windows.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/loader/client/client_windows.cpp b/loader/client/client_windows.cpp index 1753088..9795e17 100644 --- a/loader/client/client_windows.cpp +++ b/loader/client/client_windows.cpp @@ -1,6 +1,6 @@ -//moneybot client
-//written with love by
-//im friendly and boris
+// moneybot client
+// written with love by
+// im friendly and boris
#include <Windows.h>
#include <stdio.h>
@@ -44,21 +44,21 @@ int main( ) { std::string ip = "127.0.0.1";
// std::cin >> ip;
- //okay now this is epic
- auto syscaller = std::make_shared<syscall::c_syscall_mgr>();
+ // okay now this is epic
+ auto syscaller = std::make_unique<syscall::c_syscall_mgr>();
if (!syscaller->start())
return 3;
// START.
- client::c_connect c( ip.c_str( ) );
- if( !c.setup( ) )
- return 1;
-
- if( !c.connect( ) )
- return 2;
-
- c.handle( );
+ //client::c_connect c( ip.c_str( ) );
+ //if( !c.setup( ) )
+ // return 1;
+ //
+ //if( !c.connect( ) )
+ // return 2;
+ //
+ //c.handle( );
system( "pause" );
|
