123456789101112131415161718192021222324252627282930313233343536373839 |
- /*
- IMPORTANT! This file is auto-generated each time you save your
- project - if you alter its contents, your changes may be overwritten!
- This is the header file that your files should include in order to get all the
- JUCE library headers. You should avoid including the JUCE headers directly in
- your own source files, because that wouldn't pick up the correct configuration
- options for your app.
- */
- #ifndef __APPHEADERFILE_N9TDTC__
- #define __APPHEADERFILE_N9TDTC__
- #include "AppConfig.h"
- #include "modules/juce_core/juce_core.h"
- #include "modules/juce_data_structures/juce_data_structures.h"
- #include "modules/juce_events/juce_events.h"
- #include "modules/juce_graphics/juce_graphics.h"
- #include "modules/juce_gui_basics/juce_gui_basics.h"
- #if ! DONT_SET_USING_JUCE_NAMESPACE
- // If your code uses a lot of JUCE classes, then this will obviously save you
- // a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE.
- using namespace juce;
- #endif
- #if ! JUCE_DONT_DECLARE_PROJECTINFO
- namespace ProjectInfo
- {
- const char* const projectName = "AvCaster";
- const char* const versionString = "0.15.200";
- const int versionNumber = 0xfc8;
- }
- #endif
- #endif // __APPHEADERFILE_N9TDTC__
|