diff options
| author | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-09 04:58:33 +0000 |
|---|---|---|
| committer | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-09 04:58:33 +0000 |
| commit | e51e51230c9959a1120febbe63582147689552a7 (patch) | |
| tree | e9b106e2e79fed3f787e11bf75f3cf9978665642 /Source/Support.cpp | |
| parent | 259be8a74552d136fcdfa5eea3a0abe9489dc60d (diff) | |
| download | blackshades-e51e51230c9959a1120febbe63582147689552a7.tar.gz | |
moved header files around, hopefully fixing osx build
git-svn-id: svn://svn.icculus.org/blackshades/trunk@57 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/Support.cpp')
| -rw-r--r-- | Source/Support.cpp | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Source/Support.cpp b/Source/Support.cpp index d6035a4..b870db1 100644 --- a/Source/Support.cpp +++ b/Source/Support.cpp @@ -1,14 +1,20 @@ -#include "Support.h" -#include "Files.h" - #include <sys/types.h> #include <dirent.h> #include <sys/stat.h> -#include <fcntl.h> +#include <fcntl.h> #include <unistd.h> #include "SDL.h" +#include "Support.h" +#include "Files.h" + +int Random() +{ + /* holdon, will fix in a minute! */ + return rand(); +} + void Microseconds(UnsignedWide *microTickCount) { /* NOTE: hi isn't used in BS, so it's not implemented here */ |
