blob: 5b0cc82ce2839c19743b43c37e7abaddd99a0df5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _LIBJOVE_OBJECT_H
#define _LIBJOVE_OBJECT_H 1
#include <jove/object-typed.h>
#include <jove/object-dir.h>
#include <jove/object-untyped.h>
#include <jove/object-message.h>
#define JOVE_OBJECT_TYPED(o) (KernelObjectTyped*)o
#endif
|