Colobot
|
System functions: time stamps, info dialogs, etc. More...
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | CSystemUtils |
Platform-specific utils. More... | |
Enumerations | |
enum | SystemDialogType { SDT_INFO, SDT_WARNING, SDT_ERROR, SDT_YES_NO, SDT_OK_CANCEL } |
Type of system dialog. More... | |
enum | SystemDialogResult { SDR_OK, SDR_CANCEL, SDR_YES, SDR_NO } |
Result of system dialog. More... | |
enum | SystemTimeUnit { STU_SEC, STU_MSEC, STU_USEC } |
Time unit. More... | |
System functions: time stamps, info dialogs, etc.
enum SystemDialogType |
enum SystemDialogResult |
Result of system dialog.
Means which button was pressed.
enum SystemTimeUnit |