Resource.h 530 B

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