The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.4KB

  1. /*
  2. IMPORTANT! This file is auto-generated each time you save your
  3. project - if you alter its contents, your changes may be overwritten!
  4. This is the header file that your files should include in order to get all the
  5. JUCE library headers. You should avoid including the JUCE headers directly in
  6. your own source files, because that wouldn't pick up the correct configuration
  7. options for your app.
  8. */
  9. #ifndef __APPHEADERFILE_M70QFTRRK__
  10. #define __APPHEADERFILE_M70QFTRRK__
  11. #include "AppConfig.h"
  12. #include <juce_core/juce_core.h>
  13. #include <juce_cryptography/juce_cryptography.h>
  14. #include <juce_data_structures/juce_data_structures.h>
  15. #include <juce_events/juce_events.h>
  16. #include <juce_graphics/juce_graphics.h>
  17. #include <juce_gui_basics/juce_gui_basics.h>
  18. #include <juce_gui_extra/juce_gui_extra.h>
  19. #include "BinaryData.h"
  20. #if ! DONT_SET_USING_JUCE_NAMESPACE
  21. // If your code uses a lot of JUCE classes, then this will obviously save you
  22. // a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE.
  23. using namespace juce;
  24. #endif
  25. #if ! JUCE_DONT_DECLARE_PROJECTINFO
  26. namespace ProjectInfo
  27. {
  28. const char* const projectName = "Projucer";
  29. const char* const versionString = "4.2.0";
  30. const int versionNumber = 0x40200;
  31. }
  32. #endif
  33. #endif // __APPHEADERFILE_M70QFTRRK__