15 #ifndef ROCKET_SYSTEM_INTERFACE_H
16 #define ROCKET_SYSTEM_INTERFACE_H
18 #include "config_rocket.h"
20 #include <Rocket/Core/SystemInterface.h>
21 #include <Rocket/Core/Log.h>
32 bool LogMessage(Rocket::Core::Log::Type type,
const Rocket::Core::String& message);
This is an implementation of SystemInterface that redirects the log output to Panda's notify system...
bool LogMessage(Rocket::Core::Log::Type type, const Rocket::Core::String &message)
Log the specified message.
float GetElapsedTime()
Get the number of seconds elapsed since the start of the application.