diff options
| author | Max Horn | 2010-03-18 15:07:11 +0000 |
|---|---|---|
| committer | Max Horn | 2010-03-18 15:07:11 +0000 |
| commit | d78dba3bcae77e85107836cfeecaa958b7ebe4d4 (patch) | |
| tree | ffe9793ec249ebe8bb429ce1cbeb9ef5155b0578 /engines/cine | |
| parent | ef93d6921ee4dfed349093bd7378d99107d9e211 (diff) | |
| download | scummvm-rg350-d78dba3bcae77e85107836cfeecaa958b7ebe4d4.tar.gz scummvm-rg350-d78dba3bcae77e85107836cfeecaa958b7ebe4d4.tar.bz2 scummvm-rg350-d78dba3bcae77e85107836cfeecaa958b7ebe4d4.zip | |
COMMON: Move Common::RandomSource to common/random.*
svn-id: r48279
Diffstat (limited to 'engines/cine')
| -rw-r--r-- | engines/cine/cine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h index 285565f48d..911577e89e 100644 --- a/engines/cine/cine.h +++ b/engines/cine/cine.h @@ -33,6 +33,7 @@ #include "common/str.h" #include "common/hashmap.h" #include "common/hash-str.h" +#include "common/random.h" #include "engines/engine.h" |
