refactor(plugin_api): move the header into include/ (#1440)
This commit is contained in:
parent
0be18493a9
commit
7f75619aa2
|
@ -17,7 +17,7 @@ This folder contains resources that is used for building or packaging the projec
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
|
|
||||||
- `lite_xl_plugin_api.h`: Native plugin API header. See the contents of `lite_xl_plugin_api.h` for more details.
|
- `include/lite_xl_plugin_api.h`: Native plugin API header. See the contents of `lite_xl_plugin_api.h` for more details.
|
||||||
|
|
||||||
|
|
||||||
[1]: https://mesonbuild.com/Cross-compilation.html
|
[1]: https://mesonbuild.com/Cross-compilation.html
|
||||||
|
|
|
@ -2560,4 +2560,4 @@ void lite_xl_plugin_init(void *XL);
|
||||||
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue