loadscreen.cpp File Reference
Screen with logo and "Loading ..."-progressbar during program-startup.
More...
#include "loadscreen.hpp"
#include "font.hpp"
#include "marked-up_text.hpp"
#include "gettext.hpp"
#include "filesystem.hpp"
#include <iostream>
Go to the source code of this file.
Detailed Description
Screen with logo and "Loading ..."-progressbar during program-startup.
Definition in file loadscreen.cpp.
Define Documentation
#define CALLS_TO_BINARYWML 9561 |
#define CALLS_TO_FILESYSTEM 112 |
#define CALLS_TO_PARSER 50448 |
#define CALLS_TO_SETCONFIG 306 |
#define MAX_PERCENTAGE 100 |
#define PRCNT_BY_BINARYWML 20 |
#define PRCNT_BY_FILESYSTEM 20 |
#define PRCNT_BY_PARSER 20 |
#define PRCNT_BY_SETCONFIG 30 |
Function Documentation
void increment_binary_wml_progress |
( |
|
) |
|
void increment_filesystem_progress |
( |
|
) |
|
void increment_parser_progress |
( |
|
) |
|
void increment_set_config_progress |
( |
|
) |
|