Add file header comment to ResourceManagerInterface.h
This commit is contained in:
parent
7709799bc2
commit
59deaad070
1 changed files with 11 additions and 0 deletions
|
|
@ -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
|
#pragma once
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue