Переглянути джерело

Updated for building with updated SNFMulti and CodeDweller.


git-svn-id: https://svn.microneil.com/svn/SNFClient/branches/adeniz_1@13 51592d22-3d51-405e-a108-f9da3ab4961f
adeniz_1
adeniz 9 роки тому
джерело
коміт
6dc4cc465b
1 змінених файлів з 6 додано та 4 видалено
  1. 6
    4
      SNFClient/main.cpp

+ 6
- 4
SNFClient/main.cpp Переглянути файл

@@ -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__;

Завантаження…
Відмінити
Зберегти