src/toolbar_gui.h
author rubidium
Sat, 12 Jul 2008 14:03:36 +0000
changeset 11134 c40cabfe69a5
parent 10562 a9ba187756d8
permissions -rw-r--r--
(svn r13692) -Fix (r13674): loading PNG sprites could very quickly fill the sprite cache.
/* $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*/