Add file header comment to ResourceManagerInterface.h

This commit is contained in:
Adam Honse 2025-07-27 01:49:45 -05:00
parent 7709799bc2
commit 59deaad070

View file

@ -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 <vector>