1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-01-31 05:52:18 +00:00
Files
rricharz.Tek4010/main.h
¨Rene Richarz 52a1ecbbfd initial commit
2019-03-26 09:26:50 +01:00

10 lines
221 B
C

#include <cairo.h>
void tek4010_init();
void tek4010_draw(cairo_t *cr, cairo_t *cr2, int width, int height, int first);
int tek4010_on_timer_event();
int tek4010_clicked(int button, int x, int y);
void tek4010_quit();