forked from Kiberchaika/juce_murka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjuce_murka.h
30 lines (22 loc) · 922 Bytes
/
juce_murka.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*******************************************************************************
The block below describes the properties of this module, and is read by
the Projucer to automatically generate project code that uses it.
For details about the syntax and how to create or use a module, see the
JUCE Module Format.md file.
BEGIN_JUCE_MODULE_DECLARATION
ID: juce_murka
vendor: kiberchaika
version: 0.0.1
name: JUCE Murka UI
description:
website: https://github.com/Kiberchaika/juce_murka
license: Free
dependencies: juce_opengl
searchpaths: fontstash/src Murka
END_JUCE_MODULE_DECLARATION
*******************************************************************************/
#pragma once
#define MURKA_JUCE
#include "Murka.h"
#include "MurkaBasicWidgets.h"
#include "MurkaRenderer.h"