00001 #ifndef NPS_INIT_OBJECTS_H 00002 #define NPS_INIT_OBJECTS_H 00003 00004 /* one stop shopping for core object system initialization */ 00005 00006 00007 #include "Object.h" 00008 #include "String.h" 00009 00010 00011 int nps_initObjects(nps_error_t *err); 00012 00013 #endif