mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-17 10:18:40 +00:00
13 lines
288 B
C
13 lines
288 B
C
/* ******************************** */
|
|
/* Warning! Don't modify this file! */
|
|
/* ******************************** */
|
|
#ifndef __pikaScript__H
|
|
#define __pikaScript__H
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include "PikaObj.h"
|
|
#include "PikaMain.h"
|
|
|
|
PikaObj * pikaScriptInit(void);
|
|
|
|
#endif
|