view src/gfx3.h @ 33:a68786b9c74b

Oops, used indent with tabs enabled. Remove tabs.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 15:59:33 +0300
parents 8eaf72e2041b
children
line wrap: on
line source

/*
 *        gfx3.h
 *        AYM 1999-06-06
 */


#include "rgbbmp.h"


void window_to_rgbbmp(int x, int y, int width, int height, Rgbbmp & b);
int rgbbmp_to_rawppm(const Rgbbmp & b, const char *file_name);