mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-02-20 15:14:26 +01:00
10 lines
90 B
C++
10 lines
90 B
C++
#ifndef SETTINGS_H
|
|
#define SETTINGS_H
|
|
|
|
class Settings {
|
|
public:
|
|
int i;
|
|
};
|
|
|
|
|
|
#endif |