comparison render_sdl.c @ 745:daa31ee7d8cd

Get windows build compiling again post-merge
author Michael Pavone <pavone@retrodev.com>
date Thu, 28 May 2015 22:31:21 -0700
parents fc68992cf18d
children 9d4d40f833d0
comparison
equal deleted inserted replaced
744:fc68992cf18d 745:daa31ee7d8cd
3 This file is part of BlastEm. 3 This file is part of BlastEm.
4 BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text. 4 BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text.
5 */ 5 */
6 #include <stdlib.h> 6 #include <stdlib.h>
7 #include <stdio.h> 7 #include <stdio.h>
8 #include <string.h>
8 #include <math.h> 9 #include <math.h>
9 #include "render.h" 10 #include "render.h"
10 #include "blastem.h" 11 #include "blastem.h"
11 #include "io.h" 12 #include "io.h"
12 #include "util.h" 13 #include "util.h"