Boundary Searching
[sudos/9s12.git] / sources / app / image / image_cap.h
blobad89afdc544799d00a6e265b726bcc059675c12a
1 #ifndef IMAGE_CAP_H
2 #define IMAGE_CAP_H
4 //#include "includes.h"
5 //#include "image.h"
7 #define H_OFFSET 80
8 #define V_OFFSET 8000
11 struct track{
12 int vector;
13 int x;
14 int y;
17 int image_cap(char image[VER][HOR]) ;
19 #endif