split into src and lib and socket changes

* 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
This commit is contained in:
Nicholas Orlowsky 2025-02-04 11:37:46 -05:00
parent fba87f3fbb
commit 71be773d49
Signed by: nickorlow
GPG key ID: 838827D8C4611687
24 changed files with 49 additions and 121 deletions

6
lib/version.hpp Normal file
View file

@ -0,0 +1,6 @@
#pragma once
#include <string>
extern const std::string ANTHRACITE_VERSION_STRING;
extern const std::string ANTHRACITE_FULL_VERSION_STRING;