#ifndef _JOVE_INIT_H #define _JOVE_INIT_H 1 #include "object.h" #include "api/init.h" extern objdir_t _initDirectory; void init_load(void); #endif