#ifndef ASLSP_NATIVE_PARSER_HPP #define ASLSP_NATIVE_PARSER_HPP #include #include #include "TypeDefResult.hpp" #include "angelscript.h" namespace ASTypeDefParser { class Parser { public: static TypeDefResult ParseAndRegister(TypeDefResult& result, const std::string& data); }; } #endif // ASLSP_NATIVE_PARSER_HPP