File: vo.h

package info (click to toggle)
comskip 0.82.009%2Bds.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,136 kB
  • sloc: ansic: 21,804; makefile: 55
file content (10 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#ifndef _VO_H
#define _VO_H
void vo_init(int width, int height, char *title);
void vo_draw(unsigned char * buf);
void vo_refresh();
void vo_wait();
void vo_close();
void ShowHelp(char **ta);
void ShowDetails(char *t);
#endif