Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Fancy2209 authored Feb 4, 2025
1 parent 6dd2094 commit 80b47a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/ogc/SDL_ogcgxcommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

#define GX_COLOR_AS_U32(c) *((u32*)&c)

void OGC_draw_init(int w, int h);
void OGC_set_viewport(int x, int y, int w, int h);
void OGC_draw_init(int w, int h, int orthoWidth);
void OGC_set_viewport(int x, int y, int w, int h, int orthoWidth);
void OGC_load_texture(void *texels, int w, int h, u8 gx_format,
SDL_ScaleMode scale_mode);

Expand Down

0 comments on commit 80b47a8

Please sign in to comment.