15 lines
155 B
C
15 lines
155 B
C
|
//
|
||
|
// Created by versustune on 08.06.20.
|
||
|
//
|
||
|
|
||
|
#ifndef VENO_SQUAREWAVES_H
|
||
|
#define VENO_SQUAREWAVES_H
|
||
|
|
||
|
|
||
|
class SquareWaves {
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif //VENO_SQUAREWAVES_H
|