open-license-manager
2014-07-28 8c14cb84c5f4a38dc7873d6a254bcb8c33f8a603
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef LICENSEPP_FEATURES_H_
#define LICENSEPP_FEATURES_H_
 
#include "license++.h"
#ifdef __cplusplus
extern "C" {
#endif
 
enum FEATURE_NAMES {
  FEATURE1,
}
 
#endif