PDA

Click to See Complete Forum and Search --> : TEST TEST TEST TEST TEST Higlight code...


NoteMe
Sep 19th, 2004, 07:13 AM
//This then the human in its own header
#include "clsMoveableObject.hpp"

class Human : public MoveableObject
{
private:
UINT m_WalkSpeed;
UINT m_RunSpeed;
pubilc
inline void Update();
};




//This then the human in its own header
#include "clsMoveableObject.hpp"

class Human : public MoveableObject
{
private:
UINT m_WalkSpeed;
UINT m_RunSpeed;
pubilc
inline void Update();
};

ALL
Sep 19th, 2004, 08:19 PM
I used to wonder how to do that thanx:lol:

NoteMe
Sep 20th, 2004, 12:30 AM
Do what?

mendhak
Sep 20th, 2004, 07:27 AM

ALL
Sep 20th, 2004, 11:23 AM
I found out when i quoted your text