video/sdl_v.h
author Darkvater
Sat, 28 Jan 2006 01:33:57 +0000
changeset 2899 6ff001a44709
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r3454) - Fix: company-count was not updated correctly when loading a saved game with already existing companies for multiplayer.
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif