comparison mde/sdl.d @ 33:6886402c1545

Started implementing FreeType. Loads the freetype library and a font, but nothing else yet. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 01 May 2008 10:55:04 +0100
parents 316b0230a849
children 57d000574d75
comparison
equal deleted inserted replaced
32:316b0230a849 33:6886402c1545
13 You should have received a copy of the GNU General Public License 13 You should have received a copy of the GNU General Public License
14 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 14 along with this program. If not, see <http://www.gnu.org/licenses/>. */
15 15
16 /** Just a temporary place to put SDL Init and Video stuff. 16 /** Just a temporary place to put SDL Init and Video stuff.
17 */ 17 */
18 module mde.SDL; 18 module mde.sdl;
19 19
20 import mde.scheduler.initFunctions; 20 import mde.scheduler.initFunctions;
21 import mde.input.joystick; 21 import mde.input.joystick;
22 import mde.Options; 22 import mde.Options;
23 import mde.gl.basic; 23 import mde.gl.basic;