File: jucer_PIPTemplate.h

package info (click to toggle)
juce 8.0.8%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 78,520 kB
  • sloc: cpp: 523,978; ansic: 159,954; java: 2,996; javascript: 847; xml: 273; python: 224; sh: 162; makefile: 84
file content (17 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*******************************************************************************
 The block below describes the properties of this PIP. A PIP is a short snippet
 of code that can be read by the Projucer and used to generate a JUCE project.

 BEGIN_JUCE_PIP_METADATA

%%pip_metadata%%

 END_JUCE_PIP_METADATA

*******************************************************************************/

#pragma once


//==============================================================================
%%pip_code%%