diff options
author | Paweł Kołodziejski | 2009-02-15 10:33:31 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2009-02-15 10:33:31 +0000 |
commit | 61359f95bf2447714fd7e9a08dc1f9a1414b76ce (patch) | |
tree | 6358ff90ab3f776dd9fc80a0fcf1d01daae14a69 /engines/sci/include/gfx_tools.h | |
parent | 4e66e6db70cfee879f2498550a8d5878f9a23b99 (diff) | |
download | scummvm-rg350-61359f95bf2447714fd7e9a08dc1f9a1414b76ce.tar.gz scummvm-rg350-61359f95bf2447714fd7e9a08dc1f9a1414b76ce.tar.bz2 scummvm-rg350-61359f95bf2447714fd7e9a08dc1f9a1414b76ce.zip |
remove DLLEXTERN
svn-id: r38223
Diffstat (limited to 'engines/sci/include/gfx_tools.h')
-rw-r--r-- | engines/sci/include/gfx_tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/gfx_tools.h b/engines/sci/include/gfx_tools.h index 45005302a7..4ab5c0c277 100644 --- a/engines/sci/include/gfx_tools.h +++ b/engines/sci/include/gfx_tools.h @@ -44,7 +44,7 @@ typedef enum { } gfxr_antialiasing_t; -extern DLLEXTERN int gfx_crossblit_alpha_threshold; /* Crossblitting functions use this value as threshold +extern int gfx_crossblit_alpha_threshold; /* Crossblitting functions use this value as threshold ** for distinguishing between transparent and opaque ** wrt alpha values */ |