www.pudn.com > ÈýάÌì¿ÕÓëµØÐÎ.zip > Terrain.h, change:2001-10-15,size:505b


// SkyDome Demo  -  October 2001 
// 
// Luis R. Sempé 
// visual@spheregames.com 
// Sphere Games (http://www.spheregames.com) 
//  
// You may use, copy, distribute or create derivative software 
// for any purpose. If you do, I'd appreciate it if you write me  
// and let me know what you do with it. Thanks! 
// Have fun! 
//////////////////////////////////////////////////// 
 
#ifndef TERRAIN_H_ 
#define TERRAIN_H_ 
 
void GenerateTerrain(); 
int RenderTerrain(); 
void ReleaseTerrain(); 
 
#endif