// // RNBO_Common.h // // Created by Rob Sussman on 11/11/15. // // // This file is included by the generated RNBO code // and is intended to have the minimal amount necessary to get // the generated code to build with the goal of speeding up // dynamic compilation via clang/llvm as much as possible. #ifndef _RNBO_Common_h #define _RNBO_Common_h #include "RNBO_PlatformInterface.h" #include "RNBO_Types.h" #include "RNBO_List.h" #include "RNBO_ListHelpers.h" #include "RNBO_Array.h" #include "RNBO_String.h" #include "RNBO_Logger.h" #include "RNBO_DataRef.h" #include "RNBO_BaseInterface.h" #include "RNBO_UniquePtr.h" #include "RNBO_ExternalPtr.h" #include "RNBO_EngineInterface.h" #include "RNBO_EventTarget.h" #include "RNBO_PatcherStateInterface.h" #include "RNBO_PatcherInterface.h" #include "RNBO_PatcherInterfaceImpl.h" #include "RNBO_PatcherFactory.h" #include "RNBO_MIDIHelper.h" #include "RNBO_TimeConverter.h" #endif // #ifndef _RNBO_Common_h