#ifndef API_GENERATOR_H
#define API_GENERATOR_H
#include "core/ustring.h"
#include "typedefs.h"
Error generate_c_api(const String &p_path);
#endif // API_GENERATOR_H