6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
#pragma once
|
||
|
|
||
|
struct Bash {
|
||
|
float threshold;
|
||
|
float coefficient;
|
||
|
};
|