Common.h 296 B

12345678910111213141516
  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. #ifndef ANKI_RENDERER_COMMON_H
  6. #define ANKI_RENDERER_COMMON_H
  7. namespace anki {
  8. // Forward
  9. class Fs;
  10. } // end namespace anki
  11. #endif