mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
Rename nolayout.c to flat.c for consistency/clarity
This commit is contained in:
parent
b4884522d8
commit
f576d9568c
@ -1899,7 +1899,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\layout\nolayout.c"
|
||||
RelativePath=".\layout\flat.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -523,7 +523,7 @@
|
||||
<ClCompile Include="layout\interleave.c" />
|
||||
<ClCompile Include="layout\blocked_ivaud.c" />
|
||||
<ClCompile Include="layout\blocked_mxch.c" />
|
||||
<ClCompile Include="layout\nolayout.c" />
|
||||
<ClCompile Include="layout\flat.c" />
|
||||
<ClCompile Include="layout\blocked_adm.c" />
|
||||
<ClCompile Include="layout\blocked_ea_swvr.c" />
|
||||
<ClCompile Include="layout\blocked_rws.c" />
|
||||
|
@ -1129,7 +1129,7 @@
|
||||
<ClCompile Include="layout\blocked_mxch.c">
|
||||
<Filter>layout\Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="layout\nolayout.c">
|
||||
<ClCompile Include="layout\flat.c">
|
||||
<Filter>layout\Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="layout\blocked_adm.c">
|
||||
|
Loading…
Reference in New Issue
Block a user