mirror of https://github.com/OpenTTD/OpenTTD
(svn r9557) -Codechange: Add a forgotten file to the project lists
parent
dfe5533db6
commit
9b6bf9bd16
|
@ -416,6 +416,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\depot.h">
|
RelativePath=".\..\src\depot.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\direction.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\music\dmusic.h">
|
RelativePath=".\..\src\music\dmusic.h">
|
||||||
</File>
|
</File>
|
||||||
|
|
|
@ -783,6 +783,10 @@
|
||||||
RelativePath=".\..\src\depot.h"
|
RelativePath=".\..\src\depot.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\direction.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\music\dmusic.h"
|
RelativePath=".\..\src\music\dmusic.h"
|
||||||
>
|
>
|
||||||
|
|
|
@ -106,6 +106,7 @@ date.h
|
||||||
debug.h
|
debug.h
|
||||||
video/dedicated_v.h
|
video/dedicated_v.h
|
||||||
depot.h
|
depot.h
|
||||||
|
direction.h
|
||||||
music/dmusic.h
|
music/dmusic.h
|
||||||
driver.h
|
driver.h
|
||||||
economy.h
|
economy.h
|
||||||
|
|
Loading…
Reference in New Issue