mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
load STR , YACC resources (Pascal IIgs)
This commit is contained in:
parent
feed83ebf0
commit
1aa5c048ad
@ -68,8 +68,10 @@ namespace
|
||||
|
||||
switch (type)
|
||||
{
|
||||
case 0x76657273: // vers;
|
||||
case 0x48455841: // HEXA
|
||||
case 0x76657273: // 'vers';
|
||||
case 0x48455841: // 'HEXA'
|
||||
case 0x53545220: // 'STR '
|
||||
case 0x59414343: // 'YACC'
|
||||
break;
|
||||
default:
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user