1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00

Changed the way module code is wrapped by the Introjucer.

This commit is contained in:
Julian Storer 2011-08-15 19:40:50 +01:00
parent 4808d9c318
commit 693132a6e5
252 changed files with 15540 additions and 17524 deletions

View file

@ -32,6 +32,10 @@
#error "Incorrect use of JUCE cpp file"
#endif
// Your project must contain an AppConfig.h file with your project-specific settings in it,
// and your header search path must make it accessible to the module's files.
#include "AppConfig.h"
#include "juce_data_structures.h"
// START_AUTOINCLUDE values/*.cpp, undomanager/*.cpp, app_properties/*.cpp