/*******************************************/
/*  Object Class, by Perry R. Cook, 1995-96*/ 
/*  This is mostly here for compatibility  */
/*  with Objective C.  We'll also stick    */
/*  global defines here, so everyone will  */
/*  see them.                              */
/*******************************************/

#include "Object.h"
//    #include "byteswap.c"

/*  This is just here for compatibility and convenience,
	so there's no need to do any real calculations.
    I do set up some redefinable variables here.     */

Object :: Object()
{
}

Object :: ~Object()
{
}

