2022-08-30 18:47:49 +08:00
|
|
|
/*
|
|
|
|
* [Warning!] This file is auto-generated by pika compiler.
|
|
|
|
* Do not edit it manually.
|
|
|
|
* The source code is *.pyi file.
|
|
|
|
* More details:
|
|
|
|
* English Doc:
|
|
|
|
* https://pikadoc.readthedocs.io/en/latest/PikaScript%20%E6%A8%A1%E5%9D%97%E6%A6%82%E8%BF%B0.html
|
|
|
|
* Chinese Doc:
|
|
|
|
* https://pikadoc.readthedocs.io/zh/latest/PikaScript%20%E6%A8%A1%E5%9D%97%E6%A6%82%E8%BF%B0.html
|
|
|
|
*/
|
|
|
|
|
2022-08-26 00:51:41 +08:00
|
|
|
#ifndef __pika_lvgl_ANIM__H
|
|
|
|
#define __pika_lvgl_ANIM__H
|
2022-06-24 00:21:00 +08:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include "PikaObj.h"
|
|
|
|
|
2022-08-26 00:51:41 +08:00
|
|
|
PikaObj *New_pika_lvgl_ANIM(Args *args);
|
2022-06-24 00:21:00 +08:00
|
|
|
|
2022-08-26 00:51:41 +08:00
|
|
|
void pika_lvgl_ANIM___init__(PikaObj *self);
|
2022-06-24 00:21:00 +08:00
|
|
|
|
|
|
|
#endif
|