comparison game/Engine.java @ 151:d6d92845d6a2

ISO-8859-1 -> UTF-8.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Feb 2013 10:23:28 +0200
parents 5b25561855c3
children 64b04c0eccce
comparison
equal deleted inserted replaced
150:b0c05b8b59ca 151:d6d92845d6a2
1 /* 1 /*
2 * Ristipolku Game Engine 2 * Ristipolku Game Engine
3 * (C) Copyright 2011 Matti 'ccr' Hämäläinen <ccr@tnsp.org> 3 * (C) Copyright 2011 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
4 */ 4 */
5 package game; 5 package game;
6 6
7 import java.awt.*; 7 import java.awt.*;
8 import java.awt.geom.*; 8 import java.awt.geom.*;