Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
mainThread.hpp File Reference
#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)
 

Macro Definition Documentation

◆ ATLASGAMEMANAGER_MAINTHREAD_HPP

#define ATLASGAMEMANAGER_MAINTHREAD_HPP