(svn r11839) -Codechange: move some variables from variables.h to a more logical location.

This commit is contained in:
rubidium
2008-01-13 21:41:24 +00:00
parent 27e5deb719
commit 3ca95f2a85
13 changed files with 30 additions and 11 deletions

View File

@@ -130,4 +130,6 @@ public:
const char *GetName();
};
extern char _ini_blitter[32];
#endif /* BLITTER_FACTORY_HPP */