Changeset 32 for trunk/helpers.h

Show
Ignore:
Timestamp:
08/09/07 04:53:35 (5 years ago)
Author:
mike
Message:

Broke it

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/helpers.h

    r27 r32  
    6363 
    6464 
    65  
    66 //returns NULL if fail; 
    67 life_block *allocate_block(); 
    68  
    69 void free_block( life_block *block ); 
    70  
    7165void print_life_block( life_block *block ); 
    7266