mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 23:01:58 +00:00
GRIM: Fix compile error.
This commit is contained in:
parent
5f545d7c53
commit
5eddfc1253
@ -67,7 +67,7 @@ public:
|
||||
SectorType getType() const { return _type; } // FIXME: Implement type de-masking
|
||||
bool isVisible() const { return _visible; }
|
||||
bool isPointInSector(Graphics::Vector3d point) const;
|
||||
Common::List<Graphics::Line3d> Sector::getBridgesTo(Sector *sector) const;
|
||||
Common::List<Graphics::Line3d> getBridgesTo(Sector *sector) const;
|
||||
|
||||
Graphics::Vector3d getProjectionToPlane(Graphics::Vector3d point) const;
|
||||
Graphics::Vector3d getProjectionToPuckVector(Graphics::Vector3d v) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user