raze/source/sw/src/common.cpp
Christoph Oelckers a90185bea9 - cleaned up the remaining dependencies on windows.h
This file now only gets included by code that really needs it.
2020-02-03 21:30:57 +01:00

26 lines
337 B
C++

#include "ns.h"
#include "build.h"
#include "common.h"
#include "common_game.h"
BEGIN_SW_NS
void SW_InitMultiPsky(void)
{
// default
psky_t * const defaultsky = tileSetupSky(DEFAULTPSKY);
defaultsky->lognumtiles = 1;
defaultsky->horizfrac = 8192;
}
void SW_CleanupSearchPaths()
{
}
void SW_ExtInit()
{
}
END_SW_NS