(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 1a9b741e43
commit fde33b5547
5 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
#include "../blitter/factory.hpp"
#include "../network/network.h"
#include "../core/math_func.hpp"
#include "../core/random_func.hpp"
#include "sdl_v.h"
#include <SDL.h>