2 Cafu Engine, http://www.cafu.de/
3 Copyright (c) Carsten Fuchs and other contributors.
4 This project is licensed under the terms of the MIT license.
7 #ifndef CAFU_WORLD_MANAGER_HPP_INCLUDED
8 #define CAFU_WORLD_MANAGER_HPP_INCLUDED
17 const WorldT
* LoadWorld(const char* FileName
, ModelManagerT
& ModelMan
, cf::GuiSys::GuiResourcesT
& GuiRes
, bool InitForGraphics
, WorldT::ProgressFunctionT ProgressFunction
=NULL
);
18 void FreeWorld(const WorldT
* World
);
28 unsigned long RefCount
;
33 void InitWorldForGfx(WorldInfoT
& WI
);
35 ArrayT
<WorldInfoT
> Worlds
;