video/sdl_v.h
author Darkvater
Sun, 26 Mar 2006 22:55:27 +0000
changeset 3347 0ddacd451b81
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r4131) - CodeChange: Add proper semantics for StationID for such variables instead of using the general uint16-type. StationID was added for depots, waypoints and stations where necessary. We probably need to change GetDepot(), IsDepotIndex(), IsStationIndex(), GetWaypoint() and IsWaypointIndex() as well to use StationID.
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif