build: add the SIBO SDK
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/* Generated by Ctran from olib.cat */
|
||||
#define OLIB_G
|
||||
#ifndef P_STD_H
|
||||
#include <p_std.h>
|
||||
#endif
|
||||
#ifndef P_OBJECT_H
|
||||
#include <p_object.h>
|
||||
#endif
|
||||
/* Category Numbers */
|
||||
/* EPOC */
|
||||
#define CAT_OLIB_OLIB 0
|
||||
/* Class Numbers */
|
||||
#define C_ROOT 0
|
||||
/* Method Numbers */
|
||||
#define O_DESTROY 0
|
||||
/* Property of root */
|
||||
typedef struct {
|
||||
P_OBJECT pc;
|
||||
} PRS_ROOT;
|
||||
typedef struct pr_root
|
||||
{
|
||||
PRS_ROOT root;
|
||||
} PR_ROOT;
|
||||
Reference in New Issue
Block a user