- moved the frame rate drawer out of DFrameBuffer.

Too much of this is not shareable and all it consists of are drawing operations on the 2D drawer.
This commit is contained in:
Christoph Oelckers 2020-04-27 23:53:26 +02:00
commit 2196b4fb04
19 changed files with 155 additions and 162 deletions

View file

@ -79,6 +79,7 @@
#include "animations.h"
#include "texturemanager.h"
#include "p_lnspec.h"
#include "d_main.h"
extern AActor *SpawnMapThing (int index, FMapThing *mthing, int position);