blob: 491248fb2691afb8dea5ba1d031dcf4d10a22472 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $Id$ */
/** @file toolbar_gui.h Stuff related to the (main) toolbar. */
#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H
#include "window_type.h"
Window *AllocateToolbar();
#endif /*TOOLBAR_GUI_H*/
|