view src/statusbar_gui.h @ 9436:b3969ef775ba draft

(svn r13351) -Codechange: disable warnings about unused variable for builds without asserts
author smatz <smatz@openttd.org>
date Sun, 01 Jun 2008 15:08:14 +0000
parents 2588c85f3a5a
children db0c3e908480
line wrap: on
line source

/* $Id$ */

/** @file statusbar_gui.h Functions, definitions and such used only by the GUI. */

#ifndef STATUSBAR_GUI_H
#define STATUSBAR_GUI_H

enum StatusBarInvalidate
{
	SBI_SAVELOAD_START,
	SBI_SAVELOAD_FINISH,
	SBI_SHOW_TICKER,
	SBI_SHOW_REMINDER,
	SBI_END
};

bool IsNewsTickerShown();
void ShowStatusBar();

#endif /* STATUSBAR_GUI_H */