mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-02 19:31:08 -05:00
Add file header comment to ResourceManagerInterface.h
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user