#ifndef _LIBJOVE_OBJECT_H #define _LIBJOVE_OBJECT_H 1 #include #include #include #include #define JOVE_OBJECT_TYPED(o) (KernelObjectTyped*)o #endif