api_generator.h 169 B

123456789
  1. #ifndef API_GENERATOR_H
  2. #define API_GENERATOR_H
  3. #include "core/ustring.h"
  4. #include "typedefs.h"
  5. Error generate_c_api(const String &p_path);
  6. #endif // API_GENERATOR_H