mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Added Alignment, Defaultable and Scriptable types, needed some reflection tweaks for the last two.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@17 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+46
-27
@@ -688,24 +688,6 @@
|
||||
<Filter
|
||||
Name="util"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\util\action_stack.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>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\action_stack.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\dynamic_arg.hpp">
|
||||
</File>
|
||||
@@ -718,15 +700,9 @@
|
||||
<File
|
||||
RelativePath=".\util\for_each.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\index_map.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\prec.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\real_point.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\reflect.hpp">
|
||||
</File>
|
||||
@@ -757,9 +733,6 @@
|
||||
<File
|
||||
RelativePath=".\util\string.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\vector2d.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\version.hpp">
|
||||
</File>
|
||||
@@ -836,6 +809,46 @@
|
||||
RelativePath=".\util\io\writer.hpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="types"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\util\action_stack.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>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\action_stack.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\alignment.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\alignment.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\defaultable.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\index_map.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\real_point.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\vector2d.hpp">
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="gfx"
|
||||
@@ -937,6 +950,12 @@
|
||||
<File
|
||||
RelativePath=".\script\script.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\script\scriptable.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\script\scriptable.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\script\value.cpp">
|
||||
</File>
|
||||
|
||||
Reference in New Issue
Block a user