Blame src/helianthus.h

833ed7
#ifndef HELI_HELIANTUS_H
833ed7
#define HELI_HELIANTUS_H
833ed7
833ed7
1d641c
#ifdef  __cplusplus
1d641c
extern "C" {
1d641c
#endif
1d641c
1d641c
833ed7
#include "helianthus/common.h"
d7d433
#include "helianthus/window.h"
7ac038
#include "helianthus/colors.h"
833ed7
#include "helianthus/drawing.h"
b9c036
#include "helianthus/font.h"
94de78
#include "helianthus/animation.h"
94de78
#include "helianthus/framebuffer.h"
ca6bde
#include "helianthus/sound.h"
94de78
#include "helianthus/sprite.h"
94de78
#include "helianthus/group.h"
833ed7
1d641c
	
1d641c
#ifdef  __cplusplus
1d641c
}
1d641c
#endif
1d641c
833ed7
833ed7
#endif