(svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple places.

This commit is contained in:
rubidium
2008-01-29 00:26:31 +00:00
parent af2429f8e0
commit 3f104194d6
5 changed files with 4 additions and 2 deletions

View File

@@ -69,8 +69,6 @@ void HandleMouseEvents();
void CSleep(int milliseconds);
void UpdateWindows();
uint32 InteractiveRandom(); //< Used for random sequences that are not the same on the other end of the multiplayer link
uint InteractiveRandomRange(uint max);
void DrawChatMessage();
void DrawMouseCursor();
void ScreenSizeChanged();