18 lines
222 B
C++
18 lines
222 B
C++
//
|
|
// Created by versustune on 17.03.20.
|
|
//
|
|
|
|
#ifndef VENO_CRAZYLOOK_H
|
|
#define VENO_CRAZYLOOK_H
|
|
|
|
#include "JuceHeader.h"
|
|
|
|
class CrazyLook : public LookAndFeel_V4 {
|
|
private:
|
|
public:
|
|
protected:
|
|
};
|
|
|
|
|
|
#endif //VENO_CRAZYLOOK_H
|