summaryrefslogtreecommitdiffstats
path: root/nebu/include/Nebu.h
blob: 427e25e0824a69c2f11e79e703c641c7a0da6b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _NEBU_H
#define _NEBU_H

#include "Nebu_base.h"
#include "Nebu_filesystem.h"
#include "Nebu_scripting.h"
#include "Nebu_configuration.h"
#include "Nebu_video.h"
#include "Nebu_input.h"

#endif