hydrobricks
Loading...
Searching...
No Matches
InterceptionStorage.h
1#ifndef HYDROBRICKS_INTERCEPTION_STORAGE_H
2#define HYDROBRICKS_INTERCEPTION_STORAGE_H
3
4#include "Includes.h"
5#include "SurfaceComponent.h"
6
18 public:
20
24 void SetParameters(const BrickSettings& brickSettings) override;
25};
26
27#endif // HYDROBRICKS_INTERCEPTION_STORAGE_H
Definition InterceptionStorage.h:17
void SetParameters(const BrickSettings &brickSettings) override
Definition InterceptionStorage.cpp:6
Definition SurfaceComponent.h:10
Definition SettingsModel.h:47