|
|
@@ -24,12 +24,14 @@ |
|
|
|
#include <fcntl.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#include "timing.hpp"
|
|
|
|
#include "networking.hpp"
|
|
|
|
#include "threading.hpp"
|
|
|
|
#include "snf_xci.hpp"
|
|
|
|
#include "CodeDweller/timing.hpp"
|
|
|
|
#include "CodeDweller/networking.hpp"
|
|
|
|
#include "CodeDweller/threading.hpp"
|
|
|
|
#include "SNFMulti/snf_xci.hpp"
|
|
|
|
|
|
|
|
using namespace std; // Introduce standard namespace.
|
|
|
|
using namespace SNFMulti;
|
|
|
|
using namespace CodeDweller;
|
|
|
|
|
|
|
|
const char* VERSION_INFO = "SNF Client Version 3.0 Build: " __DATE__ " " __TIME__;
|
|
|
|
|