(svn r6151) -Codechange: DeleteStation/DeleteRoadStop removes a station/RoadStop from the pool
-Codechange: DestroyStation/DestroyRoadStop is called by DeleteStation/DeleteRoadStop to remove all things where a station/RoadStop depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.
/* $Id$ */
#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H
#include "../hal.h"
extern const HalVideoDriver _sdl_video_driver;
#endif