From 0976b5725aea36a598fab5c28244a87d35511533 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 11 Oct 2021 21:32:23 -0400 Subject: [PATCH] Add comment about including Rack headers other than rack.hpp. --- include/rack.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/rack.hpp b/include/rack.hpp index 243f89ca..08f2f894 100644 --- a/include/rack.hpp +++ b/include/rack.hpp @@ -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 #include