Update engine.hpp

This commit is contained in:
tobid7 2021-08-15 22:47:48 +02:00 committed by GitHub
parent 44f618e9d8
commit 13916e3dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,25 @@
#pragma once #pragma once
#include <3ds.h> #include <3ds.h>
#include <citro2d.h> #include <citro2d.h>
#imclude <citro3d.h> #include <citro3d.h>
#include <memory>
#include <stack>
#include <string>
#include <functional>
#include <vector>
#include <dirent.h>
#include <unistd.h>
#include <stdio.h>
#include <cstring>
#include <sys/stat.h>
#include <algorithm>
#include <iostream>
#include <codecvt>
#include "lang.hpp"
#include "parameter.hpp"
#include "thread.hpp"
#include "ini.hpp"
#include "stringtool.hpp"
enum EngineType enum EngineType
{ {