JWM Source Documentation
outline.h
Go to the documentation of this file.
00001 00010 #ifndef OUTLINE_H 00011 #define OUTLINE_H 00012 00014 void InitializeOutline(); 00015 void StartupOutline(); 00016 void ShutdownOutline(); 00017 void DestroyOutline(); 00026 void DrawOutline(int x, int y, int width, int height); 00027 00029 void ClearOutline(); 00030 00031 #endif /* OUTLINE_H */ 00032