- made video base code game independent

This commit is contained in:
Christoph Oelckers 2020-04-28 17:22:17 +02:00
commit ddef3f7b98
56 changed files with 251 additions and 241 deletions

View file

@ -29,6 +29,7 @@
#include "templates.h"
#include "bitmap.h"
#include "hw_material.h"
#include "v_draw.h"
class FBurnTexture : public FTexture
{