Subversion Repositories shark

Rev

Rev 693 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef __SNAPSHOT_H__
#define __SNAPSHOT_H__

int** snapshot_getslot(int nbuff, int sx, int sy);
void snapshot_freeslot(int nbuff);
void snapshot_grab(int nbuff);
int snapshot_save_pgm(int nbuff, char *fname);
int snapshot_save_ppm(int nbuff, char *fname);

#endif