* libanthracite files are now all in lib/ * anthracite-bin + anthracite-api-bin files are now all in src/ * socket split into header and source properly
7 lines
142 B
C++
7 lines
142 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
extern const std::string ANTHRACITE_VERSION_STRING;
|
|
extern const std::string ANTHRACITE_FULL_VERSION_STRING;
|