src/toolbar_gui.h
author rubidium
Sun, 22 Jun 2008 21:41:03 +0000
branchnoai
changeset 11053 d8d48e076a3f
parent 10645 8cbdb511a674
permissions -rw-r--r--
(svn r13610) [NoAI] -Add: AIDepotList giving you a list of the locations of your depots (including hangars).
/* $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*/