gcontini
2019-09-21 0ec4d68600b83d41d2e48ad35d18e2a00f234619
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