Files
haiku-beta6/headers/private/shared/StringForRate.h
T

24 lines
377 B
C++
Raw Normal View History

2012-06-25 13:29:22 -04:00
/*
* Copyright 2010 Haiku Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef STRING_FOR_RATE_H
#define STRING_FOR_RATE_H
#include <SupportDefs.h>
namespace BPrivate {
const char* string_for_rate(double rate, char* string, size_t stringSize);
2012-06-25 13:29:22 -04:00
} // namespace BPrivate
using BPrivate::string_for_rate;
#endif // COLOR_QUANTIZER_H