mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Add correct parameter types to SDL.CreateWindowAndRenderer()
This commit is contained in:
parent
8d0f70588f
commit
358efb8d54
1 changed files with 2 additions and 2 deletions
|
@ -657,8 +657,8 @@ namespace SDL2
|
|||
|
||||
[LinkName("SDL_CreateWindowAndRenderer")]
|
||||
public static extern int CreateWindowAndRenderer(
|
||||
WindowPos width,
|
||||
WindowPos height,
|
||||
int32 width,
|
||||
int32 height,
|
||||
WindowFlags window_flags,
|
||||
out Window* window,
|
||||
out Renderer* renderer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue