14 #ifndef ROCKET_SYSTEM_INTERFACE_H    15 #define ROCKET_SYSTEM_INTERFACE_H    19 #include <Rocket/Core/SystemInterface.h>    20 #include <Rocket/Core/Log.h>    29   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.
 
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
 
float GetElapsedTime()
Get the number of seconds elapsed since the start of the application.