2020-04-03 13:23:19 +02:00
|
|
|
//
|
|
|
|
// Created by versustune on 17.03.20.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef VENO_CRAZYLOOK_H
|
|
|
|
#define VENO_CRAZYLOOK_H
|
|
|
|
|
|
|
|
#include "JuceHeader.h"
|
|
|
|
|
2020-06-13 16:52:16 +02:00
|
|
|
class CrazyLook : public LookAndFeel_V4
|
|
|
|
{
|
2020-04-03 13:23:19 +02:00
|
|
|
private:
|
|
|
|
public:
|
|
|
|
protected:
|
|
|
|
};
|
|
|
|
#endif //VENO_CRAZYLOOK_H
|