c_api_viewport.h - Engine C API Reference

c_api_viewport.h
  1. #pragma once
  2. #include "c_api_types.h"
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. struct ViewportCApi
  7. {
  8. void (*set_rect) (ViewportPtr, float x, float y, float width, float height);
  9. };
  10. #ifdef __cplusplus
  11. }
  12. #endif