Implemented Packages, + some minor tweaks to headers

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@6 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-10-07 13:10:39 +00:00
parent 331423bd07
commit c1717e7055
6 changed files with 600 additions and 14 deletions
+1
View File
@@ -16,6 +16,7 @@
#ifdef _MSC_VER
# pragma warning (disable: 4100) // unreferenced formal parameter
# pragma warning (disable: 4355) // 'this' : used in base member initializer list
# pragma warning (disable: 4800) // 'int' : forcing value to bool 'true' or 'false' (performance warning)
#endif