mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Some of the GUI files are now I* instead of C*
This was SVN commit r73.
This commit is contained in:
parent
79055b7d88
commit
6b51d71c85
1 changed files with 18 additions and 18 deletions
|
|
@ -116,15 +116,6 @@
|
|||
<File
|
||||
RelativePath="..\gui\CGUI.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\CGUIButtonBehavior.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\CGUIObject.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\CGUISettingsObject.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\CGUISprite.cpp">
|
||||
</File>
|
||||
|
|
@ -134,6 +125,15 @@
|
|||
<File
|
||||
RelativePath="..\gui\GUIutil.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\IGUIButtonBehavior.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\IGUIObject.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\IGUISettingsObject.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\XercesErrorHandler.cpp">
|
||||
</File>
|
||||
|
|
@ -266,15 +266,6 @@
|
|||
<File
|
||||
RelativePath="..\gui\CGUI.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\CGUIButtonBehavior.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\CGUIObject.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\CGUISettingsObject.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\CGUISprite.h">
|
||||
</File>
|
||||
|
|
@ -287,6 +278,15 @@
|
|||
<File
|
||||
RelativePath="..\gui\GUIutil.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\IGUIButtonBehavior.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\IGUIObject.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\IGUISettingsObject.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\XercesErrorHandler.h">
|
||||
</File>
|
||||
|
|
|
|||
Loading…
Reference in a new issue