2021-09-05 14:34:01 +08:00

7 lines
110 B
C

#ifndef _PikaObj_sys__H
#define _PikaObj_sys__H
#include "PikaObj.h"
PikaObj *New_SysObj(Args *args);
#endif