Codebase list smpeg / 08961337-126b-4815-a560-87e086cf9a33/main gtv.h
08961337-126b-4815-a560-87e086cf9a33/main

Tree @08961337-126b-4815-a560-87e086cf9a33/main (Download .tar.gz)

gtv.h @08961337-126b-4815-a560-87e086cf9a33/mainraw · history · blame

#ifndef GTV_H
#define GTV_H

#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>

#include "smpeg.h"

#define FILENAME_BUFFER_SIZE 256

#ifdef __cplusplus
extern "C" {
#endif

/* Nothing here presently. */

#ifdef __cplusplus
}
#endif

#endif