mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Removed last of the BeginDrawing/EndDrawing calls;
Added english_number_ordinal script function; Working on symbols with a different aspect ratio (i.e. wider/smaller symbols) git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@558 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -6,6 +6,13 @@
|
||||
|
||||
// ----------------------------------------------------------------------------- : Includes
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1400
|
||||
// VS 8 has the audacity to give a warning about fill_n
|
||||
// That is both STUPID and WRONG, so disable that warning
|
||||
// This has to be done before includes, because the warning is reported in standard headers!
|
||||
#pragma warning(disable:4996)
|
||||
#endif
|
||||
|
||||
#include <data/format/image_to_symbol.hpp>
|
||||
#include <gfx/bezier.hpp>
|
||||
#include <util/error.hpp>
|
||||
|
||||
Reference in New Issue
Block a user