This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-zoomedit/draw.h

13 lines
232 B
C
Raw Normal View History

2007-06-21 19:52:03 +00:00
#ifndef DRAW_H_
#define DRAW_H_
#include <gtk/gtk.h>
#include "Vertex.h"
#include "Window.h"
#include "Drawer.h"
2007-06-21 19:52:03 +00:00
gboolean drawTopView(GtkWidget *widget, GdkEventExpose *event, Window *window, Drawer *drawer);
2007-06-21 19:52:03 +00:00
#endif /*DRAW_H_*/