|
Colobot
|
System functions: time stamps, info dialogs, etc. More...
#include "common/config.h"#include "common/timeutils.h"#include <chrono>#include <memory>#include <string>#include <vector>
Classes | |
| class | CSystemUtils |
| Platform-specific utils. More... | |
Enumerations | |
| enum class | SystemDialogType { INFO , WARNING , ERROR_MSG , YES_NO , OK_CANCEL } |
| Type of system dialog. More... | |
| enum class | SystemDialogResult { OK , CANCEL , YES , NO } |
| Result of system dialog. More... | |
System functions: time stamps, info dialogs, etc.
|
strong |
|
strong |
Result of system dialog.
Means which button was pressed.