File indexing completed on 2024-05-12 04:44:33

0001 // SPDX-FileCopyrightText: Lukas Sommer <sommerluk@gmail.com>
0002 // SPDX-License-Identifier: BSD-2-Clause OR MIT
0003 
0004 #ifndef INITIALIZELIBRARYRESOURCES_H
0005 #define INITIALIZELIBRARYRESOURCES_H
0006 
0007 /** @internal @file
0008  *
0009  * Provides @ref PerceptualColor::initializeLibraryResources() function. */
0010 
0011 namespace PerceptualColor
0012 {
0013 
0014 void initializeLibraryResources();
0015 
0016 } // namespace PerceptualColor
0017 
0018 #endif // INITIALIZELIBRARYRESOURCES_H