mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
TRECISION: remove the dependency on trecision.h in 3D.h
This commit is contained in:
parent
3550e31b04
commit
14af7f8017
@ -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:
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/serializer.h"
|
||||
#include "common/file.h"
|
||||
|
||||
namespace Trecision {
|
||||
class TrecisionEngine;
|
||||
|
Loading…
x
Reference in New Issue
Block a user