File diff r10959:4b345c618e31 → r10960:e97ebf9cf99b
src/mixer.cpp
Show inline comments
 
/* $Id$ */
 

	
 
/** @file mixer.cpp Mixing of sound samples. */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "mixer.h"
 
#include "core/math_func.hpp"
 

	
 
struct MixerChannel {
 
	bool active;