10 lines
169 B
C++
10 lines
169 B
C++
|
#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
|