# SwEng/cleanup

- deleted most old libraries/headers in codepit to avoid confusion (they
are now in SVN anyway). updated required-libraries-linux.txt accordingly
- moved rand() into separate file, out of lib.cpp
- removed CGUIScrollBarStyle.cpp to avoid empty-file warning
- wxwidgets.h: remove redundant #pragma lib and include wxw PCH
- move openal-specific stuff to external_libraries/openal.h
- cpu, bsd: macosx is-a bsd, so only test OS_BSD

This was SVN commit r5082.
This commit is contained in:
janwas
2007-05-18 00:14:26 +00:00
parent 7d4af5979b
commit 9d2acce9d8
23 changed files with 169 additions and 152 deletions
@@ -21,6 +21,8 @@
#include "ps/Game.h"
#include "ps/World.h"
#include "lib/rand.h"
enum EGotoSituation
{
NORMAL = 0,