TRECISION: remove the dependency on trecision.h in 3D.h

This commit is contained in:
Strangerke 2021-05-16 22:48:56 +01:00 committed by SupSuper
parent 3550e31b04
commit 14af7f8017
2 changed files with 4 additions and 2 deletions

View File

@ -23,8 +23,8 @@
#ifndef TRECISION_3D_H
#define TRECISION_3D_H
#include "trecision/defines.h"
#include "trecision/trecision.h"
#include "trecision/struct.h"
#include "common/serializer.h"
namespace Trecision {
struct SVVertex {
@ -93,6 +93,7 @@ struct SStep {
_curPanel = 0;
}
};
class TrecisionEngine;
class Renderer3D {
private:

View File

@ -25,6 +25,7 @@
#include "common/scummsys.h"
#include "common/serializer.h"
#include "common/file.h"
namespace Trecision {
class TrecisionEngine;