#ifndef LOCAL_PROTO_H #define LOCAL_PROTO_H #include #include #include #include #include #include #include #include /* buffer.c */ void set_buffer(CELL* buffer, int x, int y, int width, int height, int sx, int sy, int align); #endif /* LOCAL_PROTO_H */