view pwplib/video.h @ 64:c272f66c5eb8

Add pwplib_end() to public header.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 06 Aug 2011 10:41:08 +0300
parents 5d819ba6891c
children
line wrap: on
line source

#ifndef PWP_VIDEO_H
#define PWP_VIDEO_H 1

#include "config.h"
#include "pwplib.h"

#ifdef DRIVE_SDL
int pwp_SDL_init(void);
#endif

#ifdef DRIVE_WIN32
int win32con_init(void);
#endif

#endif /* PWP_VIDEO_H */