equal
deleted
inserted
replaced
15 * along with this program; if not, write to the Free Software |
15 * along with this program; if not, write to the Free Software |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
17 *) |
17 *) |
18 |
18 |
19 {$IFNDEF FPC} |
19 {$IFNDEF FPC} |
20 WriteLn('Only Freepascal supported'); |
20 {$ERROR Only Free Pascal supported!} |
21 {$ENDIF} |
21 {$ENDIF} |
22 |
22 |
23 program hwengine; |
23 program hwengine; |
24 uses |
24 uses |
25 SDLh in 'SDLh.pas', |
25 SDLh in 'SDLh.pas', |