|
DIE Engine
|
#include "mainwindow.h"#include "editor.h"#include "renderer.h"#include "walker.h"#include "audio.h"#include <QApplication>#include <QMessageBox>#include <stdint.h>#include <stdio.h>#include <cpuid.h>Functions | |
| bool | hasSSE41 () |
| int | main (int argc, char *argv[]) |
Variables | |
| MainWindow * | mainWindow = nullptr |
|
inline |
WALLER Map editor for the DIE engine (c) Fred's Lab 2024-2026 Frédéric Meslin / info@.nosp@m.fred.nosp@m.slab..nosp@m.net SPDX-License-Identifier: MIT If used commercially, contributions, donations are highly appreciated.
editor entry point
| int main | ( | int | argc, |
| char * | argv[] ) |
| MainWindow* mainWindow = nullptr |