src/toolbar_gui.h
author smatz
Thu, 17 Jul 2008 23:43:47 +0000
changeset 9654 11fb7b19b64b
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r13721) -Codechange: one less multiplication for colour mixing in 32bpp blitters (GeekToo)
/* $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*/