15 lines
151 B
C
15 lines
151 B
C
|
//
|
||
|
// Created by versustune on 08.06.20.
|
||
|
//
|
||
|
|
||
|
#ifndef VENO_VENOXWAVES_H
|
||
|
#define VENO_VENOXWAVES_H
|
||
|
|
||
|
|
||
|
class VeNoXWaves {
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif //VENO_VENOXWAVES_H
|