src/Utils.h

Wed, 02 Mar 2022 11:06:07 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 02 Mar 2022 11:06:07 +0100
changeset 40
ccdc1dbc0ebb
parent 29
76846c99f827
child 42
88e827ea7172
permissions
-rw-r--r--

Added some more icons from the bms project.

#ifndef _UTILS_H
#define	_UTILS_H


/**
 * @namespace Utils
 *
 * @brief Global math functions.
 */
namespace Utils {

    double lintner_to_kolbach(double lintner);

    double kolbach_to_lintner(double kolbach);
}

#endif

mercurial