Mercurial > sdl-ios-xcode
comparison test/testnative.c @ 3601:240a7700a271
Added missing include for stdio
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 24 Dec 2009 21:00:42 +0000 |
parents | f638ded38b8a |
children | 64ce267332c6 |
comparison
equal
deleted
inserted
replaced
3600:e36bead37acb | 3601:240a7700a271 |
---|---|
1 /* Simple program: Create a native window and attach an SDL renderer */ | 1 /* Simple program: Create a native window and attach an SDL renderer */ |
2 | |
3 #include <stdio.h> | |
2 | 4 |
3 #include "testnative.h" | 5 #include "testnative.h" |
4 | 6 |
5 #define WINDOW_W 640 | 7 #define WINDOW_W 640 |
6 #define WINDOW_H 480 | 8 #define WINDOW_H 480 |