mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
15 lines
341 B
C
15 lines
341 B
C
/* ******************************** */
|
|
/* Warning! Don't modify this file! */
|
|
/* ******************************** */
|
|
#ifndef __pika_lvgl_point_t__H
|
|
#define __pika_lvgl_point_t__H
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include "PikaObj.h"
|
|
|
|
PikaObj *New_pika_lvgl_point_t(Args *args);
|
|
|
|
void pika_lvgl_point_t___init__(PikaObj *self);
|
|
|
|
#endif
|