Move ngc_gcub.c to gcub.c

This commit is contained in:
bnnm 2021-04-10 22:48:46 +02:00
parent 1f0abe0c64
commit c1b636fcdc
4 changed files with 3 additions and 3 deletions

View File

@ -1067,7 +1067,7 @@
>
</File>
<File
RelativePath=".\meta\ngc_gcub.c"
RelativePath=".\meta\gcub.c"
>
</File>
<File

View File

@ -401,7 +401,7 @@
<ClCompile Include="meta\ngc_dsp_std.c" />
<ClCompile Include="meta\ngc_dsp_ygo.c" />
<ClCompile Include="meta\ngc_ffcc_str.c" />
<ClCompile Include="meta\ngc_gcub.c" />
<ClCompile Include="meta\gcub.c" />
<ClCompile Include="meta\ngc_lps.c" />
<ClCompile Include="meta\ngc_nst_dsp.c" />
<ClCompile Include="meta\ngc_pdt.c" />

View File

@ -700,7 +700,7 @@
<ClCompile Include="meta\ngc_ffcc_str.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
<ClCompile Include="meta\ngc_gcub.c">
<ClCompile Include="meta\gcub.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
<ClCompile Include="meta\ngc_lps.c">