home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-07-10 | 435 b | 18 lines | [TEXT/KAHL] |
- // StupidWay.h
- // Handle Life propagation the stupid, but simple way
- // Copyright ©1995 Michael D. Crawford. All Rights Reserved.
- // 23 Jun 95 Mike Crawford crawford@scruznet.com
- //
- // Revision History:
- // 12 Jul 95 MDC New today
-
- typedef struct{
- GWorldPtr hip;
- GWorldPtr hop;
- long height; // Yes, this is repeated here
- long width;
- Boolean isHip;
- }tStupidData, *tStupidPtr;
-
- OSErr AddStupidWay( tLifeProcsPtr lifeProcPtr );
-