mirror of
https://github.com/skoelle/dos-tcm-intros.git
synced 2026-09-17 20:30:24 +00:00
added license comment in source
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{ Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
||||
Licensed under the MIT License. See LICENSE file in project root for details. }
|
||||
uses WOWCONST, WOWTPU,crt,textgraf,amn;
|
||||
type
|
||||
lpi = array[0..2] of byte;
|
||||
@@ -71,7 +73,7 @@ begin
|
||||
DirectVideo:= false;
|
||||
case InitTextGraf of
|
||||
-1: begin
|
||||
writeln(' Dieses Programm l„uft auf Ihrer Grafikkarte leider nicht!');
|
||||
writeln(' Dieses Programm l�uft auf Ihrer Grafikkarte leider nicht!');
|
||||
halt(1);
|
||||
end;
|
||||
1: begin
|
||||
|
||||
Reference in New Issue
Block a user