Pointer variable declaration style change.

This commit is contained in:
jussi
2024-02-18 19:46:50 +02:00
parent 9b27daefc2
commit 836c9d1d00
33 changed files with 2476 additions and 2476 deletions

View File

@@ -6,7 +6,7 @@
// typedef struct {
// int SDL_eventQueueLen;
// SDL_Event **SDL_eventQueue;
// SDL_Event** SDL_eventQueue;
// } SDL_State;
// extern SDL_State *SDL_state;