Cryptolens Client API for C++
core.hpp
1 #pragma once
2 
3 #include "ActivateError.hpp"
4 #include "ActivationData.hpp"
5 #include "api.hpp"
6 #include "basic_Error.hpp"
7 #include "basic_Cryptolens.hpp"
8 #include "basic_SKM.hpp"
9 #include "Customer.hpp"
10 #include "DataObject.hpp"
11 #include "LicenseKeyChecker.hpp"
12 #include "LicenseKey.hpp"
13 #include "LicenseKeyInformation.hpp"
14 #include "RawLicenseKey.hpp"