summaryrefslogtreecommitdiff
path: root/tools.h
blob: 8f0bc3bfaabce58a007159ac86ea5c3817e32bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef TOOLS_H_INCLUDED
#define TOOLS_H_INCLUDED

#include <cairo.h>

double get_milliseconds( int cycles );
cairo_surface_t *output_create_surface (const char *appname, int width,
                                        int height);
void output_cleanup (void);

#endif /* TOOLS_H_INCLUDED */