- moved the material class to 'common' as well.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:07:08 +02:00
commit 65f15e1147
7 changed files with 53 additions and 59 deletions

View file

@ -567,3 +567,9 @@ DEFINE_GLOBAL(CleanYfac_1)
DEFINE_GLOBAL(CleanWidth_1)
DEFINE_GLOBAL(CleanHeight_1)
DEFINE_GLOBAL(generic_ui)
IHardwareTexture* CreateHardwareTexture()
{
return screen->CreateHardwareTexture();
}