#include <string>#include "sampa/core/time.h"#include "sampa/core/persistence.h"#include "lua.hpp"#include <cstdarg>Go to the source code of this file.
Namespaces | |
| namespace | Sampa |
Enumerations | |
| enum | Sampa::Severity { Sampa::S_INFO, Sampa::S_WARNING, Sampa::S_ERROR } |
Functions | |
| bool | Sampa::initialize (int argc, char **argv, Module *&) |
| template<class TopLevel> | |
| bool | Sampa::initialize (int argc, char **argv, TopLevel *&top_level) |
| lua_State * | Sampa::get_interpreter () |
| Time | Sampa::get_current_time () |
| std::string | Sampa::get_current_time_as_string () |
| unsigned long long | Sampa::get_current_time_to_default_time_unit () |
| bool | Sampa::simulate () |
| unsigned int | Sampa::sampa_rand () |
| double | Sampa::sampa_rand01 () |
1.5.3