mirror of
https://github.com/zeldaret/tp
synced 2026-09-02 01:52:44 -04:00
run clang-format
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include "global.h"
|
||||
|
||||
namespace Z2Calc{
|
||||
struct CurveSign{
|
||||
// temp
|
||||
namespace Z2Calc {
|
||||
struct CurveSign {
|
||||
// temp
|
||||
};
|
||||
|
||||
struct FNoise1f{
|
||||
struct FNoise1f {
|
||||
void setParam(float, float, float);
|
||||
float tau(float);
|
||||
float calcNoise1f();
|
||||
@@ -20,4 +20,4 @@ float linearTransform(float, float, float, float, float, bool);
|
||||
float getParamByExp(float, float, float, float, float, float, Z2Calc::CurveSign);
|
||||
float getRandom(float, float, float);
|
||||
float getRandom_0_1(void);
|
||||
}
|
||||
} // namespace Z2Calc
|
||||
Reference in New Issue
Block a user