Browse Source

Include plugin.hpp in rack.hpp.

tags/v2.5.0
Andrew Belt 1 year ago
parent
commit
1b30b8ab3b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      include/rack.hpp

+ 1
- 2
include/rack.hpp View File

@@ -103,8 +103,7 @@ Directly including Rack headers other than rack.hpp in your plugin is unsupporte
#include <engine/Module.hpp>
#include <engine/Engine.hpp>

#include <plugin/Plugin.hpp>
#include <plugin/Model.hpp>
#include <plugin.hpp>
#include <plugin/callbacks.hpp>

#include <dsp/common.hpp>


Loading…
Cancel
Save