24 lines
419 B
Plaintext
24 lines
419 B
Plaintext
/* 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;
|