Codebase list libsdl-sge / debian/030809dfsg-8 sge.h
debian/030809dfsg-8

Tree @debian/030809dfsg-8 (Download .tar.gz)

sge.h @debian/030809dfsg-8raw · history · blame

/*
*	SDL Graphics Extension
*
*	Started 990815
*
*	License: LGPL v2+ (see the file LICENSE)
*	(c)1999-2003 Anders Lindström
*/

/*********************************************************************
 *  This library is free software; you can redistribute it and/or    *
 *  modify it under the terms of the GNU Library General Public      *
 *  License as published by the Free Software Foundation; either     *
 *  version 2 of the License, or (at your option) any later version. *
 *********************************************************************/

#ifndef sge_H
#define sge_H

#include "sge_surface.h"
#include "sge_primitives.h"
#include "sge_misc.h"
#include "sge_tt_text.h"
#include "sge_bm_text.h"
#include "sge_textpp.h"
#include "sge_blib.h"
#include "sge_shape.h"
#include "sge_collision.h"
#include "sge_rotation.h"

#endif /* sge_H */