#pragma once #include "3ds.h" #include "map" #include "ArticBaseCommon.hpp" #include "ArticBaseServer.hpp" #include "memory.h" #include "string" namespace ArticBaseFunctions { extern std::map functionHandlers; extern std::vector setupFunctions; extern std::vector destructFunctions; enum class HandleType { FILE, DIR, ARCHIVE }; };