NativeWindowHeadless.h 390 B

123456789101112131415161718
  1. // Copyright (C) 2009-present, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #pragma once
  6. #include <AnKi/Window/NativeWindow.h>
  7. namespace anki {
  8. /// Native window implementation headless surface.
  9. class NativeWindowHeadless : public NativeWindow
  10. {
  11. public:
  12. };
  13. } // end namespace anki