paulxstretch/deps/juce/extras/Projucer/Source/BinaryData/Templates/jucer_MainConsoleAppTemplate.cpp

20 lines
443 B
C++
Raw Normal View History

/*
==============================================================================
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;
}