Update engine.hpp
This commit is contained in:
parent
44f618e9d8
commit
13916e3dff
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user