windows_system.h 441 B

12345678910111213
  1. #pragma once
  2. #include <stdbool.h>
  3. struct HWND__;
  4. void iron_microsoft_format(const char *format, va_list args, wchar_t *buffer);
  5. bool iron_windows_set_display_mode(int display_index, int width, int height, int bpp, int frequency);
  6. void iron_windows_restore_display(int display_index);
  7. void iron_windows_restore_displays();
  8. void iron_windows_hide_windows();
  9. void iron_windows_destroy_windows();
  10. struct HWND__ *iron_windows_window_handle();