From 59deaad070bfb591c458df9a6e3a62decb36282b Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 27 Jul 2025 01:49:45 -0500 Subject: [PATCH] Add file header comment to ResourceManagerInterface.h --- ResourceManagerInterface.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ResourceManagerInterface.h b/ResourceManagerInterface.h index 0e074e34..b858b26a 100644 --- a/ResourceManagerInterface.h +++ b/ResourceManagerInterface.h @@ -1,3 +1,14 @@ +/*---------------------------------------------------------*\ +| ResourceManagerInterface.h | +| | +| Provides a virtual interface to ResourceManager for | +| exposing ResourceManager to plugins. Changes to this | +| class structure require a new plugin API version. | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ + #pragma once #include