view src/vectext.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

/*
 *        vectext.h - crude scalable text
 *        AYM 2000-07-11
 */


void draw_vint(int number, int x, int y, double scale);
void draw_vstring(const char *string, int x, int y, double scale);