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