mirror of https://github.com/stella-emu/stella.git
Updated Visual Studio project files for recent class additions.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1492 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
97404cde2a
commit
2195280203
|
@ -613,6 +613,10 @@
|
|||
RelativePath="..\emucore\Random.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\SaveKey.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\Serializer.cxx"
|
||||
>
|
||||
|
@ -745,6 +749,10 @@
|
|||
RelativePath="..\debugger\RiotDebug.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\RiotWidget.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\RomListWidget.cxx"
|
||||
>
|
||||
|
@ -1203,6 +1211,10 @@
|
|||
RelativePath="..\emucore\Random.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\SaveKey.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\Serializable.hxx"
|
||||
>
|
||||
|
@ -1331,6 +1343,10 @@
|
|||
RelativePath="..\debugger\RiotDebug.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\RiotWidget.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\RomListWidget.hxx"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue