8 lines
89 B
C++
8 lines
89 B
C++
#ifndef PARAMETERS_H
|
|
#define PARAMETERS_H
|
|
|
|
class Parameters {
|
|
|
|
};
|
|
|
|
#endif // PARAMETERS_H
|