src/video/sdl_v.cpp
branchnoai
changeset 9724 b39bc69bb2f2
parent 9723 eee46cb39750
child 9732 f8eb3e208514
equal deleted inserted replaced
9723:eee46cb39750 9724:b39bc69bb2f2
     9 #include "../gfx_func.h"
     9 #include "../gfx_func.h"
    10 #include "../sdl.h"
    10 #include "../sdl.h"
    11 #include "../variables.h"
    11 #include "../variables.h"
    12 #include "../blitter/factory.hpp"
    12 #include "../blitter/factory.hpp"
    13 #include "../network/network.h"
    13 #include "../network/network.h"
       
    14 #include "../core/math_func.hpp"
       
    15 #include "../core/random_func.hpp"
    14 #include "sdl_v.h"
    16 #include "sdl_v.h"
    15 #include <SDL.h>
    17 #include <SDL.h>
    16 
    18 
    17 static FVideoDriver_SDL iFVideoDriver_SDL;
    19 static FVideoDriver_SDL iFVideoDriver_SDL;
    18 
    20