mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-13 00:04:19 +00:00
21 lines
473 B
C++
21 lines
473 B
C++
/*
|
|
==============================================================================
|
|
|
|
This file was auto-generated!
|
|
|
|
It contains the basic startup code for a JUCE application.
|
|
|
|
==============================================================================
|
|
*/
|
|
|
|
%%app_headers%%
|
|
|
|
//==============================================================================
|
|
int main (int argc, char* argv[])
|
|
{
|
|
|
|
// ..your code goes here!
|
|
|
|
|
|
return 0;
|
|
}
|