Merge branch 'master' of https://github.com/tpoechtrager/imgui into tpoechtrager-master

This commit is contained in:
ocornut
2015-08-08 12:18:59 -06:00
6 changed files with 37 additions and 30 deletions

View File

@ -90,7 +90,7 @@ char* ImStrdup(const char* str);
int ImStrlenW(const ImWchar* str);
const ImWchar* ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf_begin); // Find beginning-of-line
const char* ImStristr(const char* haystack, const char* needle, const char* needle_end);
int ImFormatString(char* buf, int buf_size, const char* fmt, ...);
int ImFormatString(char* buf, int buf_size, const char* fmt, ...) IM_PRINTFARGS(3, 4);
int ImFormatStringV(char* buf, int buf_size, const char* fmt, va_list args);
// Helpers: Math