src/toolbar_gui.h
author rubidium
Sun, 08 Jun 2008 10:51:36 +0000
changeset 9476 902f9cf6373f
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r13411) -Codechange: remove the return value from the thread procs because it is never used.
/* $Id$ */

/** @file toolbar_gui.h Stuff related to the (main) toolbar. */

#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H

void AllocateToolbar();

#endif /*TOOLBAR_GUI_H*/