Audio plugin host https://kx.studio/carla
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.

33 lines
1010B

  1. //------------------------------------------------------------------------
  2. // Project : SDK Base
  3. //
  4. // Category : SDK Core Interfaces
  5. // Filename : pluginterfaces/base/pluginbasefwd.h
  6. // Created by : Steinberg, 10/2014
  7. // Description : Forward declarations for pluginterfaces base module
  8. //
  9. //-----------------------------------------------------------------------------
  10. // This file is part of a Steinberg SDK. It is subject to the license terms
  11. // in the LICENSE file found in the top-level directory of this distribution
  12. // and at www.steinberg.net/sdklicenses.
  13. // No part of the SDK, including this file, may be copied, modified, propagated,
  14. // or distributed except according to the terms contained in the LICENSE file.
  15. //-----------------------------------------------------------------------------
  16. #pragma once
  17. namespace Steinberg {
  18. class FUnknown;
  19. class FUID;
  20. template <typename T> class IPtr;
  21. class ICloneable;
  22. class IDependent;
  23. class IUpdateHandler;
  24. class IBStream;
  25. } // Steinberg