summaryrefslogtreecommitdiff
path: root/modules/dlscript/api_generator.h
blob: 4a8354e9d630fe51f8f7323d05fe8080a97a8fc0 (plain)
1
2
3
4
5
6
7
8
9
#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