00001 00012 #ifndef DRAWSTUFF_H 00013 #define DRAWSTUFF_H 00014 00015 namespace green 00016 { 00021 void DrawShip(); 00022 00026 void DrawAsteroid(); 00027 00031 void DrawBullet(); 00032 } 00033 00034 #endif