Skip to content

Commit

Permalink
Merge pull request #275 from glebm/patch-1
Browse files Browse the repository at this point in the history
gl4esinit.h: Fix -Werror=strict-prototypes
  • Loading branch information
ptitSeb committed Feb 3, 2021
2 parents d8a2dc3 + d79ac6a commit 69f911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gl4esinit.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void set_getmainfbsize(void (*new_getMainFBSize)(int* width, int* height));
// do this before any GL calls if init constructors are disabled.
void initialize_gl4es(void);
// do this to uninitialize GL4ES if init constructors are disabled.
void close_gl4es();
void close_gl4es(void);
// wrapped GetProcAddress
void *gl4es_GetProcAddress(const char *name);

Expand Down

0 comments on commit 69f911d

Please sign in to comment.