comparison src/main.c @ 45:d85542c96791

Clean up the build some more, move platform specifics again.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Aug 2013 00:23:45 +0300
parents f0073a47c31d
children a4a3700f9c96
comparison
equal deleted inserted replaced
44:f0073a47c31d 45:d85542c96791
8 #include <map> 8 #include <map>
9 #include <wchar.h> 9 #include <wchar.h>
10 #include <time.h> 10 #include <time.h>
11 11
12 #include "bass.h" 12 #include "bass.h"
13 #include "mplatform.h" 13 #include "platform.h"
14 14
15 #include "freetype-gl.h" 15 #include "freetype-gl.h"
16 #include "vertex-buffer.h" 16 #include "vertex-buffer.h"
17 #include "markup.h" 17 #include "markup.h"
18 #include "shader.h" 18 #include "shader.h"