1 2 3 4 5 6 7 8 9
#ifndef BASE_H #define BASE_H /* * Build the base layer of the map. */ void base (void); #endif // BASE_H
Copyright © 2009 Don Pellegrino All Rights Reserved.