summaryrefslogtreecommitdiffstats
path: root/include/init.h
blob: f21afa67a4839d1d3f0810592a50ccec95fe23a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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