mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 11:38:02 +02:00
MemLogger
This commit is contained in:
parent
96f8b1426d
commit
119da8dada
14 changed files with 377 additions and 34 deletions
|
@ -195,6 +195,7 @@ uint64 BFGetTickCountMicro();
|
|||
uint64 BFGetTickCountMicroFast();
|
||||
|
||||
extern String vformat(const char* fmt, va_list argPtr);
|
||||
extern void vformat(StringImpl& str, const char* fmt, va_list argPtr);
|
||||
extern String StrFormat(const char* fmt ...);
|
||||
void ExactMinimalFloatToStr(float f, char* str);
|
||||
void ExactMinimalDoubleToStr(double d, char* str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue