2008-03-23 07:35:29 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
|
|
|
/** @file toolbar_gui.h Stuff related to the (main) toolbar. */
|
|
|
|
|
|
|
|
#ifndef TOOLBAR_GUI_H
|
|
|
|
#define TOOLBAR_GUI_H
|
|
|
|
|
2008-05-15 19:00:20 +00:00
|
|
|
void AllocateToolbar();
|
2008-03-23 07:35:29 +00:00
|
|
|
|
2009-03-15 00:32:18 +00:00
|
|
|
#endif /* TOOLBAR_GUI_H */
|