Planeshift
psPoint Struct Reference

#include <psutil.h>

Public Member Functions

 psPoint ()
 
 psPoint (int iX, int iY)
 Constructor: initialize the object with given values. More...
 

Public Attributes

int x
 
int y
 

Detailed Description

Definition at line 101 of file psutil.h.

Constructor & Destructor Documentation

psPoint::psPoint ( )
inline

Definition at line 106 of file psutil.h.

psPoint::psPoint ( int  iX,
int  iY 
)
inline

Constructor: initialize the object with given values.

Definition at line 109 of file psutil.h.

Member Data Documentation

int psPoint::x

Definition at line 103 of file psutil.h.

int psPoint::y

Definition at line 104 of file psutil.h.


The documentation for this struct was generated from the following file: