1 #ifndef U3D_MESSAGE_HPP_
2 #define U3D_MESSAGE_HPP_
8 #define U3D_BASE_MSG_LEN 2048
15 static void info(
const char* format, ...);
18 static void warning(
const char* format, ...);
21 static void error(
const char* format, ...);
24 static void debug(
const char* format, ...);
27 #endif //U3D_MESSAGE_HPP_
static void error(const char *format,...)
static void warning(const char *format,...)
Definition: u3d_message.hpp:11
static void info(const char *format,...)
static void debug(const char *format,...)