Browse Source

Add comment about including Rack headers other than rack.hpp.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
0976b5725a
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      include/rack.hpp

+ 5
- 1
include/rack.hpp View File

@@ -1,6 +1,10 @@
#pragma once

// The following headers are the "public" API of Rack.
/*
The following headers are the "public" API of Rack.

Directly including Rack headers other than rack.hpp in your plugin is unsupported/unstable, since filenames and locations of symbols may change in any Rack version.
*/

#include <common.hpp>
#include <math.hpp>


Loading…
Cancel
Save