Files
sibo-playground/code/SIBOSDK/include/olib.g
T

24 lines
419 B
Plaintext
Raw Normal View History

2026-07-06 18:01:36 +01:00
/* 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;