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.

250 lines
8.5KB

  1. /*
  2. ==============================================================================
  3. This file is part of the JUCE library - "Jules' Utility Class Extensions"
  4. Copyright 2004-7 by Raw Material Software ltd.
  5. ------------------------------------------------------------------------------
  6. JUCE can be redistributed and/or modified under the terms of the
  7. GNU General Public License, as published by the Free Software Foundation;
  8. either version 2 of the License, or (at your option) any later version.
  9. JUCE is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with JUCE; if not, visit www.gnu.org/licenses or write to the
  15. Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  16. Boston, MA 02111-1307 USA
  17. ------------------------------------------------------------------------------
  18. If you'd like to release a closed-source product which uses JUCE, commercial
  19. licenses are also available: visit www.rawmaterialsoftware.com/juce for
  20. more information.
  21. ==============================================================================
  22. */
  23. #ifndef __JUCE_JUCE_CORE_INCLUDES_INCLUDEFILES__
  24. #define __JUCE_JUCE_CORE_INCLUDES_INCLUDEFILES__
  25. #ifndef __JUCE_ATOMIC_JUCEHEADER__
  26. #include "juce_core/basics/juce_Atomic.h"
  27. #endif
  28. #ifndef __JUCE_DATACONVERSIONS_JUCEHEADER__
  29. #include "juce_core/basics/juce_DataConversions.h"
  30. #endif
  31. #ifndef __JUCE_FILELOGGER_JUCEHEADER__
  32. #include "juce_core/basics/juce_FileLogger.h"
  33. #endif
  34. #ifndef __JUCE_INITIALISATION_JUCEHEADER__
  35. #include "juce_core/basics/juce_Initialisation.h"
  36. #endif
  37. #ifndef __JUCE_LOGGER_JUCEHEADER__
  38. #include "juce_core/basics/juce_Logger.h"
  39. #endif
  40. #ifndef __JUCE_MATHSFUNCTIONS_JUCEHEADER__
  41. #include "juce_core/basics/juce_MathsFunctions.h"
  42. #endif
  43. #ifndef __JUCE_MEMORY_JUCEHEADER__
  44. #include "juce_core/basics/juce_Memory.h"
  45. #endif
  46. #ifndef __JUCE_PLATFORMDEFS_JUCEHEADER__
  47. #include "juce_core/basics/juce_PlatformDefs.h"
  48. #endif
  49. #ifndef __JUCE_RANDOM_JUCEHEADER__
  50. #include "juce_core/basics/juce_Random.h"
  51. #endif
  52. #ifndef __JUCE_RELATIVETIME_JUCEHEADER__
  53. #include "juce_core/basics/juce_RelativeTime.h"
  54. #endif
  55. #ifndef __JUCE_SINGLETON_JUCEHEADER__
  56. #include "juce_core/basics/juce_Singleton.h"
  57. #endif
  58. #ifndef __JUCE_STANDARDHEADER_JUCEHEADER__
  59. #include "juce_core/basics/juce_StandardHeader.h"
  60. #endif
  61. #ifndef __JUCE_SYSTEMSTATS_JUCEHEADER__
  62. #include "juce_core/basics/juce_SystemStats.h"
  63. #endif
  64. #ifndef __JUCE_TIME_JUCEHEADER__
  65. #include "juce_core/basics/juce_Time.h"
  66. #endif
  67. #ifndef __JUCE_ARRAY_JUCEHEADER__
  68. #include "juce_core/containers/juce_Array.h"
  69. #endif
  70. #ifndef __JUCE_ARRAYALLOCATIONBASE_JUCEHEADER__
  71. #include "juce_core/containers/juce_ArrayAllocationBase.h"
  72. #endif
  73. #ifndef __JUCE_BITARRAY_JUCEHEADER__
  74. #include "juce_core/containers/juce_BitArray.h"
  75. #endif
  76. #ifndef __JUCE_ELEMENTCOMPARATOR_JUCEHEADER__
  77. #include "juce_core/containers/juce_ElementComparator.h"
  78. #endif
  79. #ifndef __JUCE_MEMORYBLOCK_JUCEHEADER__
  80. #include "juce_core/containers/juce_MemoryBlock.h"
  81. #endif
  82. #ifndef __JUCE_OWNEDARRAY_JUCEHEADER__
  83. #include "juce_core/containers/juce_OwnedArray.h"
  84. #endif
  85. #ifndef __JUCE_PROPERTYSET_JUCEHEADER__
  86. #include "juce_core/containers/juce_PropertySet.h"
  87. #endif
  88. #ifndef __JUCE_REFERENCECOUNTEDARRAY_JUCEHEADER__
  89. #include "juce_core/containers/juce_ReferenceCountedArray.h"
  90. #endif
  91. #ifndef __JUCE_REFERENCECOUNTEDOBJECT_JUCEHEADER__
  92. #include "juce_core/containers/juce_ReferenceCountedObject.h"
  93. #endif
  94. #ifndef __JUCE_SORTEDSET_JUCEHEADER__
  95. #include "juce_core/containers/juce_SortedSet.h"
  96. #endif
  97. #ifndef __JUCE_SPARSESET_JUCEHEADER__
  98. #include "juce_core/containers/juce_SparseSet.h"
  99. #endif
  100. #ifndef __JUCE_VOIDARRAY_JUCEHEADER__
  101. #include "juce_core/containers/juce_VoidArray.h"
  102. #endif
  103. #ifndef __JUCE_INPUTSTREAM_JUCEHEADER__
  104. #include "juce_core/io/juce_InputStream.h"
  105. #endif
  106. #ifndef __JUCE_OUTPUTSTREAM_JUCEHEADER__
  107. #include "juce_core/io/juce_OutputStream.h"
  108. #endif
  109. #ifndef __JUCE_DIRECTORYITERATOR_JUCEHEADER__
  110. #include "juce_core/io/files/juce_DirectoryIterator.h"
  111. #endif
  112. #ifndef __JUCE_FILE_JUCEHEADER__
  113. #include "juce_core/io/files/juce_File.h"
  114. #endif
  115. #ifndef __JUCE_FILEINPUTSTREAM_JUCEHEADER__
  116. #include "juce_core/io/files/juce_FileInputStream.h"
  117. #endif
  118. #ifndef __JUCE_FILEOUTPUTSTREAM_JUCEHEADER__
  119. #include "juce_core/io/files/juce_FileOutputStream.h"
  120. #endif
  121. #ifndef __JUCE_FILESEARCHPATH_JUCEHEADER__
  122. #include "juce_core/io/files/juce_FileSearchPath.h"
  123. #endif
  124. #ifndef __JUCE_NAMEDPIPE_JUCEHEADER__
  125. #include "juce_core/io/files/juce_NamedPipe.h"
  126. #endif
  127. #ifndef __JUCE_BLOWFISH_JUCEHEADER__
  128. #include "juce_core/cryptography/juce_BlowFish.h"
  129. #endif
  130. #ifndef __JUCE_MD5_JUCEHEADER__
  131. #include "juce_core/cryptography/juce_MD5.h"
  132. #endif
  133. #ifndef __JUCE_PRIMES_JUCEHEADER__
  134. #include "juce_core/cryptography/juce_Primes.h"
  135. #endif
  136. #ifndef __JUCE_RSAKEY_JUCEHEADER__
  137. #include "juce_core/cryptography/juce_RSAKey.h"
  138. #endif
  139. #ifndef __JUCE_SOCKET_JUCEHEADER__
  140. #include "juce_core/io/network/juce_Socket.h"
  141. #endif
  142. #ifndef __JUCE_URL_JUCEHEADER__
  143. #include "juce_core/io/network/juce_URL.h"
  144. #endif
  145. #ifndef __JUCE_BUFFEREDINPUTSTREAM_JUCEHEADER__
  146. #include "juce_core/io/streams/juce_BufferedInputStream.h"
  147. #endif
  148. #ifndef __JUCE_FILEINPUTSOURCE_JUCEHEADER__
  149. #include "juce_core/io/streams/juce_FileInputSource.h"
  150. #endif
  151. #ifndef __JUCE_GZIPCOMPRESSOROUTPUTSTREAM_JUCEHEADER__
  152. #include "juce_core/io/streams/juce_GZIPCompressorOutputStream.h"
  153. #endif
  154. #ifndef __JUCE_GZIPDECOMPRESSORINPUTSTREAM_JUCEHEADER__
  155. #include "juce_core/io/streams/juce_GZIPDecompressorInputStream.h"
  156. #endif
  157. #ifndef __JUCE_INPUTSOURCE_JUCEHEADER__
  158. #include "juce_core/io/streams/juce_InputSource.h"
  159. #endif
  160. #ifndef __JUCE_MEMORYINPUTSTREAM_JUCEHEADER__
  161. #include "juce_core/io/streams/juce_MemoryInputStream.h"
  162. #endif
  163. #ifndef __JUCE_MEMORYOUTPUTSTREAM_JUCEHEADER__
  164. #include "juce_core/io/streams/juce_MemoryOutputStream.h"
  165. #endif
  166. #ifndef __JUCE_SUBREGIONSTREAM_JUCEHEADER__
  167. #include "juce_core/io/streams/juce_SubregionStream.h"
  168. #endif
  169. #ifndef __JUCE_PERFORMANCECOUNTER_JUCEHEADER__
  170. #include "juce_core/misc/juce_PerformanceCounter.h"
  171. #endif
  172. #ifndef __JUCE_PLATFORMUTILITIES_JUCEHEADER__
  173. #include "juce_core/misc/juce_PlatformUtilities.h"
  174. #endif
  175. #ifndef __JUCE_UUID_JUCEHEADER__
  176. #include "juce_core/misc/juce_Uuid.h"
  177. #endif
  178. #ifndef __JUCE_ZIPFILE_JUCEHEADER__
  179. #include "juce_core/misc/juce_ZipFile.h"
  180. #endif
  181. #ifndef __JUCE_CHARACTERFUNCTIONS_JUCEHEADER__
  182. #include "juce_core/text/juce_CharacterFunctions.h"
  183. #endif
  184. #ifndef __JUCE_LOCALISEDSTRINGS_JUCEHEADER__
  185. #include "juce_core/text/juce_LocalisedStrings.h"
  186. #endif
  187. #ifndef __JUCE_STRING_JUCEHEADER__
  188. #include "juce_core/text/juce_String.h"
  189. #endif
  190. #ifndef __JUCE_STRINGARRAY_JUCEHEADER__
  191. #include "juce_core/text/juce_StringArray.h"
  192. #endif
  193. #ifndef __JUCE_STRINGPAIRARRAY_JUCEHEADER__
  194. #include "juce_core/text/juce_StringPairArray.h"
  195. #endif
  196. #ifndef __JUCE_XMLDOCUMENT_JUCEHEADER__
  197. #include "juce_core/text/juce_XmlDocument.h"
  198. #endif
  199. #ifndef __JUCE_XMLELEMENT_JUCEHEADER__
  200. #include "juce_core/text/juce_XmlElement.h"
  201. #endif
  202. #ifndef __JUCE_CRITICALSECTION_JUCEHEADER__
  203. #include "juce_core/threads/juce_CriticalSection.h"
  204. #endif
  205. #ifndef __JUCE_INTERPROCESSLOCK_JUCEHEADER__
  206. #include "juce_core/threads/juce_InterProcessLock.h"
  207. #endif
  208. #ifndef __JUCE_PROCESS_JUCEHEADER__
  209. #include "juce_core/threads/juce_Process.h"
  210. #endif
  211. #ifndef __JUCE_READWRITELOCK_JUCEHEADER__
  212. #include "juce_core/threads/juce_ReadWriteLock.h"
  213. #endif
  214. #ifndef __JUCE_SCOPEDLOCK_JUCEHEADER__
  215. #include "juce_core/threads/juce_ScopedLock.h"
  216. #endif
  217. #ifndef __JUCE_SCOPEDREADLOCK_JUCEHEADER__
  218. #include "juce_core/threads/juce_ScopedReadLock.h"
  219. #endif
  220. #ifndef __JUCE_SCOPEDTRYLOCK_JUCEHEADER__
  221. #include "juce_core/threads/juce_ScopedTryLock.h"
  222. #endif
  223. #ifndef __JUCE_SCOPEDWRITELOCK_JUCEHEADER__
  224. #include "juce_core/threads/juce_ScopedWriteLock.h"
  225. #endif
  226. #ifndef __JUCE_THREAD_JUCEHEADER__
  227. #include "juce_core/threads/juce_Thread.h"
  228. #endif
  229. #ifndef __JUCE_THREADPOOL_JUCEHEADER__
  230. #include "juce_core/threads/juce_ThreadPool.h"
  231. #endif
  232. #ifndef __JUCE_TIMESLICETHREAD_JUCEHEADER__
  233. #include "juce_core/threads/juce_TimeSliceThread.h"
  234. #endif
  235. #ifndef __JUCE_WAITABLEEVENT_JUCEHEADER__
  236. #include "juce_core/threads/juce_WaitableEvent.h"
  237. #endif
  238. #endif