11 lines
146 B
C++
11 lines
146 B
C++
//
|
|
// Created by robtor on 05.01.23.
|
|
//
|
|
|
|
#include "Config_Store.h"
|
|
|
|
namespace floatpump {
|
|
Config_Store::Config_Store() {
|
|
|
|
}
|
|
} // floatpump
|