summaryrefslogtreecommitdiff
path: root/include/platforms/core_desktop_sdl2.h
blob: e787494d0d9374da5e0d52a897ba344fdeae1374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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;