summaryrefslogtreecommitdiff
path: root/video/sdl_v.h
blob: d2e9dae7bcce95218cf8f3f302ae01e2d65cb7da (plain)
1
2
3
4
5
6
7
8
#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif