Sha256: 4ffab13b2a6f824aedf89f62bd3307d85d9c78acd75ec4dda34ffc506254943c
Contents?: true
Size: 852 Bytes
Versions: 11
Compression:
Stored size: 852 Bytes
Contents
/* * 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 */
Version data entries
11 entries across 11 versions & 2 rubygems