Resource.h 600 B

1234567891011121314151617181920212223
  1. // Copyright (C) 2009-2015, 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. #ifndef ANKI_RESOURCE_H
  9. #define ANKI_RESOURCE_H
  10. /// @defgroup resource Collection of resources and management
  11. /// @ingroup anki_public
  12. /// @defgroup resource_private Private resource interfaces
  13. /// Other modules should not use them.
  14. /// @ingroup resource
  15. #include "anki/resource/ResourceManager.h"
  16. #endif