File: jucer_MainConsoleAppTemplate.cpp

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 (19 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
  ==============================================================================

    This file contains the basic startup code for a JUCE application.

  ==============================================================================
*/

%%app_headers%%

//==============================================================================
int main (int argc, char* argv[])
{

    // ..your code goes here!


    return 0;
}