#ifndef LICENSEPP_FEATURES_H_ #define LICENSEPP_FEATURES_H_ #include "license++.h" #ifdef __cplusplus extern "C" { #endif enum FEATURE_NAMES { FEATURE1, } #endif