From 49411238b04f3510d18617d1498622cf199c617d Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 8 Dec 2015 08:35:21 -0500 Subject: documentation, dialog box borders --- doc/html/classPlayer.html | 202 ---------------------------------------------- 1 file changed, 202 deletions(-) delete mode 100644 doc/html/classPlayer.html (limited to 'doc/html/classPlayer.html') diff --git a/doc/html/classPlayer.html b/doc/html/classPlayer.html deleted file mode 100644 index 7455886..0000000 --- a/doc/html/classPlayer.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - -gamedev: Player Class Reference - - - - - - - - - - -
-
- - - - - - -
-
gamedev -
-
-
- - - - - - -
-
- - -
- -
- -
-
- -
-
Player Class Reference
-
-
-
-Inheritance diagram for Player:
-
-
- - -Entity - -
- - - - - - - - - - - -

-Public Member Functions

-void interact ()
 
- Public Member Functions inherited from Entity
-void draw (void)
 
-void spawn (float, float)
 
-virtual void wander (int)
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Attributes

-QuestHandler qh
 
-bool light = false
 
- Public Attributes inherited from Entity
-Inventoryinv
 
-vec2 loc
 
-vec2 vel
 
-float width
 
-float height
 
-float speed
 
-bool near
 
-bool canMove
 
-bool right
 
-bool left
 
-bool alive
 
-unsigned char ground
 
-float health
 
-float maxHealth
 
-_TYPE type
 
-int subtype
 
-char * name
 
-GENDER gender
 
-Texturectex
 
-int ticksToUse
 
-
The documentation for this class was generated from the following files: -
- - - - -- cgit v1.2.3