update extension c example

This commit is contained in:
scawful
2024-08-10 20:30:55 -04:00
parent 6e6f833b8e
commit 68218a5965
3 changed files with 38 additions and 17 deletions

View File

@@ -92,7 +92,7 @@ yaze_extension* get_yaze_extension();
/**
* @brief Load a C extension.
*/
void yaze_load_c_extension(const char* extension_path);
void yaze_load_c_extension(const char* extension_path, yaze_editor_context* context);
/**
* @brief Load a Python extension.