mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 15:46:14 -04:00
6 lines
194 B
C++
6 lines
194 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
std::string float_to_string(float value, bool append_trailing_decimal = true);
|
|
int float_to_cstr(float value, char* buffer, bool append_trailing_decimal = true); |