mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 00:17:10 +01:00
basic drawing functions
powerfull Point, Rect, Size, Color classes prerequesites header
This commit is contained in:
@@ -25,9 +25,7 @@
|
||||
#ifndef UTIL_H
|
||||
#define UTIL_H
|
||||
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <cstdarg>
|
||||
#include "prerequisites.h"
|
||||
|
||||
/// Formatting like printf for std::string, va_list input version
|
||||
std::string vformat(const char *format, va_list args);
|
||||
|
||||
Reference in New Issue
Block a user