diff include/SDL.h @ 4493:f0b7c8d169f5

First pass at clipboard API, still very much in progress
author Sam Lantinga <slouken@libsdl.org>
date Wed, 07 Jul 2010 23:24:04 -0700
parents 37fc6a354dc7
children 3b5f4b3a69e1
line wrap: on
line diff
--- a/include/SDL.h	Wed Jul 07 21:36:09 2010 -0700
+++ b/include/SDL.h	Wed Jul 07 23:24:04 2010 -0700
@@ -78,6 +78,7 @@
 #include "SDL_stdinc.h"
 #include "SDL_atomic.h"
 #include "SDL_audio.h"
+#include "SDL_clipboard.h"
 #include "SDL_cpuinfo.h"
 #include "SDL_endian.h"
 #include "SDL_error.h"