mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 00:17:10 +01:00
* basic core design (Platform, Engine, Graphics classes)
* logger * x11 platform implementation
This commit is contained in:
10
src/util.h
Normal file
10
src/util.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef UTIL_H
|
||||
#define UTIL_H
|
||||
|
||||
#include <string>
|
||||
#include <cstdarg>
|
||||
|
||||
std::string vformat(const char *format, va_list args);
|
||||
std::string format(const char *format, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user