From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../plain&hideattic=0&sortby=date/index.html | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cvs/cvsweb.cgi/~checkout~/code/client/Attic/client.cpp?rev=1.1&content-type=text/plain&hideattic=0&sortby=date/index.html (limited to 'cvs/cvsweb.cgi/~checkout~/code/client/Attic/client.cpp?rev=1.1&content-type=text/plain&hideattic=0&sortby=date/index.html') diff --git a/cvs/cvsweb.cgi/~checkout~/code/client/Attic/client.cpp?rev=1.1&content-type=text/plain&hideattic=0&sortby=date/index.html b/cvs/cvsweb.cgi/~checkout~/code/client/Attic/client.cpp?rev=1.1&content-type=text/plain&hideattic=0&sortby=date/index.html new file mode 100644 index 00000000..b61f812a --- /dev/null +++ b/cvs/cvsweb.cgi/~checkout~/code/client/Attic/client.cpp?rev=1.1&content-type=text/plain&hideattic=0&sortby=date/index.html @@ -0,0 +1,27 @@ + +#include +#include + +#include "nel/misc/types_nl.h" +#include "login_interface.h" + + + +LogUserId login() +{ + CLoginInterface logscreen; + logscreen.init(800,600); + return logscreen.log(); +} + + +/****************************************************************\ + MAIN +\****************************************************************/ +void main() +{ + LogUserId id = login(); + // connect + // list + +} \ No newline at end of file -- cgit v1.2.1