mirror of
https://github.com/ksherlock/mpw.git
synced 2026-04-21 00:17:19 +00:00
more text files
This commit is contained in:
@@ -126,7 +126,22 @@ namespace OS
|
||||
if (ext == "c")
|
||||
return true;
|
||||
break;
|
||||
|
||||
case 'e':
|
||||
if (ext == "equ") // asm iigs include file.
|
||||
return true;
|
||||
break;
|
||||
|
||||
case 'i':
|
||||
if (ext == "i") // asmiigs include file
|
||||
return true;
|
||||
break;
|
||||
|
||||
case 'h':
|
||||
if (ext == "h") // c header
|
||||
return true;
|
||||
break;
|
||||
|
||||
case 'l':
|
||||
if (ext == "lst") // asm iigs listing
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user