diff options
| author | Machiavelli <none@none> | 2010-03-16 08:05:09 +0100 |
|---|---|---|
| committer | Machiavelli <none@none> | 2010-03-16 08:05:09 +0100 |
| commit | bbfdc117c88e764838acfd74114f22612f5c8c16 (patch) | |
| tree | 43a5310ab9b9af2e16188ea6957c08527e662cfa /win/BTSC/stdafx.h | |
| parent | e65dfc6a311f6c368db209c8a26d9404ddc033e7 (diff) | |
Overload Item::SetState correctly in Item::SetItemRandomProperties.
Fixes issue #1126
--HG--
branch : trunk
Diffstat (limited to 'win/BTSC/stdafx.h')
| -rw-r--r-- | win/BTSC/stdafx.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/win/BTSC/stdafx.h b/win/BTSC/stdafx.h new file mode 100644 index 00000000000..b005a839def --- /dev/null +++ b/win/BTSC/stdafx.h @@ -0,0 +1,15 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#pragma once + +#include "targetver.h" + +#include <stdio.h> +#include <tchar.h> + + + +// TODO: reference additional headers your program requires here |
