13 lines
196 B
C
13 lines
196 B
C
#pragma once
|
|
|
|
// #define SDL_EVENT_QUEUE_LEN 128
|
|
|
|
#include "SDL.h"
|
|
|
|
// typedef struct {
|
|
// int SDL_eventQueueLen;
|
|
// SDL_Event **SDL_eventQueue;
|
|
// } SDL_State;
|
|
|
|
// extern SDL_State *SDL_state;
|