video/null_v.h
author tron
Tue, 07 Nov 2006 15:53:20 +0000
changeset 5050 b928a1036b22
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7100) Evaluate the necessary flags for SDL once per make run, not every time the CFLAGS/LIBS variables are used
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif