Some more data types; dynamic arguments

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@5 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-10-01 19:40:39 +00:00
parent 50b22e9478
commit 331423bd07
27 changed files with 431 additions and 95 deletions
+25 -16
View File
@@ -320,28 +320,22 @@
RelativePath=".\gui\util.hpp">
</File>
<Filter
Name="main"
Name="set"
Filter="">
<File
RelativePath=".\gui\main\panel.hpp">
RelativePath=".\gui\set\panel.hpp">
</File>
<File
RelativePath=".\gui\main\window.cpp">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
<FileConfiguration
Name="Release Unicode|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
RelativePath=".\gui\set\stats_panel.cpp">
</File>
<File
RelativePath=".\gui\main\window.hpp">
RelativePath=".\gui\set\stats_panel.hpp">
</File>
<File
RelativePath=".\gui\set\window.cpp">
</File>
<File
RelativePath=".\gui\set\window.hpp">
</File>
</Filter>
<Filter
@@ -534,21 +528,33 @@
<Filter
Name="data"
Filter="">
<File
RelativePath=".\data\card.cpp">
</File>
<File
RelativePath=".\data\card.hpp">
</File>
<File
RelativePath=".\data\card_style.hpp">
</File>
<File
RelativePath=".\data\field.cpp">
</File>
<File
RelativePath=".\data\field.hpp">
</File>
<File
RelativePath=".\data\game.cpp">
</File>
<File
RelativePath=".\data\game.hpp">
</File>
<File
RelativePath=".\data\locale.hpp">
</File>
<File
RelativePath=".\data\set.cpp">
</File>
<File
RelativePath=".\data\set.hpp">
</File>
@@ -632,6 +638,9 @@
<File
RelativePath=".\util\action_stack.hpp">
</File>
<File
RelativePath=".\util\dynamic_arg.hpp">
</File>
<File
RelativePath=".\util\error.cpp">
</File>