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