Add remaining files
[juce-lv2.git] / juce / source / extras / Introjucer / Source / BinaryData / jucer_MainConsoleAppTemplate.cpp
blob2612f392c461aa0371c6100be14e0a486e56b2ad
1 /*
2 ==============================================================================
4 This file was auto-generated by the Jucer!
6 It contains the basic startup code for a Juce application.
8 ==============================================================================
9 */
11 APPHEADERS
14 //==============================================================================
15 int main (int argc, char* argv[])
18 // ..your code goes here!
21 return 0;