BsWin32Prerequisites.h 284 B

12345678910111213141516
  1. #pragma once
  2. #include <windows.h>
  3. #include <BsGLPrerequisites.h>
  4. namespace BansheeEngine
  5. {
  6. class Win32GLSupport;
  7. class Win32Window;
  8. class Win32Context;
  9. /**
  10. * @brief Retrieves last Windows API error and returns a description of it.
  11. */
  12. String translateWGLError();
  13. }