File diff r10207:a1fc2f2a33db → r10208:ef8fcc3dc4ca
src/widget.cpp
Show inline comments
 
/* $Id$ */
 

	
 
/** @file widget.cpp Handling of the default/simple widgets. */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "core/math_func.hpp"
 
#include "player_func.h"
 
#include "company_func.h"
 
#include "gfx_func.h"
 
#include "window_gui.h"
 
#include "window_func.h"
 
#include "widgets/dropdown_func.h"
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
 

	
 
static const char *UPARROW   = "\xEE\x8A\xA0";
 
static const char *DOWNARROW = "\xEE\x8A\xAA";
 

	
 
/**