![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <QMetaObject>#include <QObject>#include <QThread>#include <QTimer>#include "core/database/FunctionDecomp.hpp"#include "core/exceptions.hpp"Go to the source code of this file.
Namespaces | |
| namespace | utils |
Macros | |
| #define | ATLASGAMEMANAGER_MAINTHREAD_HPP |
Functions | |
| void | utils::setMainThread (QThread *ptr) |
| QThread * | utils::mainThread () |
| template<typename Function, typename... Args> | |
| FunctionReturn< Function > | utils::executeOnMain (Function &&func, Args &&... args) |
| #define ATLASGAMEMANAGER_MAINTHREAD_HPP |