19#ifndef HEADER_MESSAGE_QUEUE_HPP
20#define HEADER_MESSAGE_QUEUE_HPP
44 void add(MessageType mt,
const core::stringw &message);
45 void addStatic(MessageType mt,
const core::stringw &message);
46 void showProgressBar(
int progress,
const core::stringw& msg);
47 void updatePosition();
50 void resetGlobalVariables();
void update(float dt)
Updates all widgets that need to be updated.
Definition: engine.cpp:872