12 lines
143 B
C++
12 lines
143 B
C++
//
|
|
// Created by versustune on 08.06.20.
|
|
//
|
|
|
|
#ifndef VENO_SINEWAVES_H
|
|
#define VENO_SINEWAVES_H
|
|
class SineWaves
|
|
{
|
|
|
|
};
|
|
#endif //VENO_SINEWAVES_H
|