rcpp_framework/core/settings.h

10 lines
90 B
C
Raw Normal View History

2020-11-25 00:20:41 +01:00
#ifndef SETTINGS_H
#define SETTINGS_H
class Settings {
public:
int i;
};
#endif