#ifndef GRAPPER_H
#define GRAPPER_H

#include "bitmap_24bitRGB.h"

int grapperInit();
int grapperSync();
int grapperCapture();
void grapperRelease();
int copyGrapToBitmap(Bitmap_24bitRGB *bitmap);

#endif
