15 lines
163 B
C
15 lines
163 B
C
|
//
|
||
|
// Created by versustune on 08.06.20.
|
||
|
//
|
||
|
|
||
|
#ifndef VENO_TRIANGLEWAVES_H
|
||
|
#define VENO_TRIANGLEWAVES_H
|
||
|
|
||
|
|
||
|
class TriangleWaves {
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif //VENO_TRIANGLEWAVES_H
|