| 123456789101112131415161718 |
- // Copyright (C) 2009-2016, Panagiotis Christopoulos Charitos.
- // All rights reserved.
- // Code licensed under the BSD License.
- // http://www.anki3d.org/LICENSE
- /// @file
- /// This file contains the public resource headers and all the resource classes
- /// that the rest of AnKi should use
- #pragma once
- /// @defgroup resource Collection of resources and management
- /// @defgroup resource_private Private resource interfaces
- /// Other modules should not use them.
- /// @ingroup resource
- #include <anki/resource/ResourceManager.h>
|