mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- moved m_bbox to 'common'
This commit is contained in:
parent
67a50d084a
commit
6afa73bdcd
4 changed files with 2 additions and 4 deletions
|
@ -1097,6 +1097,7 @@ set (PCH_SOURCES
|
||||||
common/utility/s_playlist.cpp
|
common/utility/s_playlist.cpp
|
||||||
common/utility/zstrformat.cpp
|
common/utility/zstrformat.cpp
|
||||||
common/utility/name.cpp
|
common/utility/name.cpp
|
||||||
|
common/utility/m_bbox.cpp
|
||||||
common/thirdparty/md5.cpp
|
common/thirdparty/md5.cpp
|
||||||
common/thirdparty/superfasthash.cpp
|
common/thirdparty/superfasthash.cpp
|
||||||
common/filesystem/filesystem.cpp
|
common/filesystem/filesystem.cpp
|
||||||
|
@ -1169,7 +1170,6 @@ set (PCH_SOURCES
|
||||||
utility/nodebuilder/nodebuild_extract.cpp
|
utility/nodebuilder/nodebuild_extract.cpp
|
||||||
utility/nodebuilder/nodebuild_gl.cpp
|
utility/nodebuilder/nodebuild_gl.cpp
|
||||||
utility/nodebuilder/nodebuild_utility.cpp
|
utility/nodebuilder/nodebuild_utility.cpp
|
||||||
utility/m_bbox.cpp
|
|
||||||
utility/v_collection.cpp
|
utility/v_collection.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#include "m_bbox.h"
|
#include "m_bbox.h"
|
||||||
#include "p_local.h"
|
|
||||||
#include "p_maputl.h"
|
|
||||||
|
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
//
|
//
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
#include "m_fixed.h"
|
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
|
@ -37,6 +37,7 @@
|
||||||
#include "v_video.h"
|
#include "v_video.h"
|
||||||
#include "v_font.h"
|
#include "v_font.h"
|
||||||
#include "texturemanager.h"
|
#include "texturemanager.h"
|
||||||
|
#include "r_data/models/modelrenderer.h"
|
||||||
|
|
||||||
EXTERN_CVAR(Bool, gl_precache)
|
EXTERN_CVAR(Bool, gl_precache)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue