diff options
author | Max Horn | 2003-10-04 00:52:27 +0000 |
---|---|---|
committer | Max Horn | 2003-10-04 00:52:27 +0000 |
commit | 5a074e6137dc8368132e4e192c018806c1723222 (patch) | |
tree | 222778195b0abbd5698e6decbccfc99ed4f2f894 /sword2/driver/rdwin.h | |
parent | 68d923505efb9cb45366b0528f8bf039c1b18902 (diff) | |
download | scummvm-rg350-5a074e6137dc8368132e4e192c018806c1723222.tar.gz scummvm-rg350-5a074e6137dc8368132e4e192c018806c1723222.tar.bz2 scummvm-rg350-5a074e6137dc8368132e4e192c018806c1723222.zip |
added namespace Sword2
svn-id: r10581
Diffstat (limited to 'sword2/driver/rdwin.h')
-rw-r--r-- | sword2/driver/rdwin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/driver/rdwin.h b/sword2/driver/rdwin.h index 404ef24e36..b0a483fe1a 100644 --- a/sword2/driver/rdwin.h +++ b/sword2/driver/rdwin.h @@ -20,6 +20,10 @@ #ifndef RDWIN_H #define RDWIN_H +namespace Sword2 { + extern void SetNeedRedraw(void); +} // End of namespace Sword2 + #endif |