Files @ r10031:f42fea05eb07
Branch filter:

Location: cpp/openttd-patchpack/source/src/toolbar_gui.h

rubidium
(svn r14190) -Codechange: use alloc instead of malloc+free when the allocated memory shouldn't be used after the function ended.
/* $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*/