#include <scripts.h>
Public Member Functions | |
StackEntry (const Common::Point &pt, int l) | |
Public Member Functions inherited from Common::Point | |
constexpr | Point (int16 x1, int16 y1) |
bool | operator== (const Point &p) const |
bool | operator!= (const Point &p) const |
Point | operator+ (const Point &delta) const |
Point | operator- (const Point &delta) const |
Point | operator/ (int divisor) const |
Point | operator* (int multiplier) const |
Point | operator/ (double divisor) const |
Point | operator* (double multiplier) const |
void | operator+= (const Point &delta) |
void | operator-= (const Point &delta) |
uint | sqrDist (const Point &p) const |
Public Attributes | |
int | line |
Public Attributes inherited from Common::Point | |
int16 | x |
int16 | y |
Holds a single entry in the stack of subroutine call return points