JuceHeader.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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_N9TDTC__
  10. #define __APPHEADERFILE_N9TDTC__
  11. #include "AppConfig.h"
  12. #include <juce_core/juce_core.h>
  13. #include <juce_data_structures/juce_data_structures.h>
  14. #include <juce_events/juce_events.h>
  15. #include <juce_graphics/juce_graphics.h>
  16. #include <juce_gui_basics/juce_gui_basics.h>
  17. #include "BinaryData.h"
  18. #if ! DONT_SET_USING_JUCE_NAMESPACE
  19. // If your code uses a lot of JUCE classes, then this will obviously save you
  20. // a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE.
  21. using namespace juce;
  22. #endif
  23. #if ! JUCE_DONT_DECLARE_PROJECTINFO
  24. namespace ProjectInfo
  25. {
  26. const char* const projectName = "AvCaster";
  27. const char* const versionString = "0.16.003";
  28. const int versionNumber = 0x1003;
  29. }
  30. #endif
  31. #endif // __APPHEADERFILE_N9TDTC__