ftp.nice.ch/pub/next/science/mathematics/AliceCube.999.N.bs.tar.gz#/AliceCube/Cube.h

This is Cube.h in view mode; [Download] [Up]

/* A Rubiks Cube C++ Object 3/27/91*/

#import "Cubicle.h"
#import "Plane.h"

class Cube {
	Cubicle cubes[CubeSize];
      public:
	Cube() {reset();}
	Plane* plane(CubeInt loc);
	Plane* plane(CubeInt loc, CubeAxis split);
	Cube& reset();
	CubeInt test();
	CubeInt print();
};

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.