mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
Delete pqueue.cpp
This commit is contained in:
parent
1561ffae9e
commit
9c5cbd6308
5 changed files with 0 additions and 30 deletions
|
@ -808,7 +808,6 @@ blood_game_objs := \
|
|||
network.cpp \
|
||||
osdcmd.cpp \
|
||||
player.cpp \
|
||||
pqueue.cpp \
|
||||
qav.cpp \
|
||||
qheap.cpp \
|
||||
replace.cpp \
|
||||
|
|
|
@ -226,7 +226,6 @@
|
|||
<ClCompile Include="..\..\source\blood\src\network.cpp" />
|
||||
<ClCompile Include="..\..\source\blood\src\osdcmd.cpp" />
|
||||
<ClCompile Include="..\..\source\blood\src\player.cpp" />
|
||||
<ClCompile Include="..\..\source\blood\src\pqueue.cpp" />
|
||||
<ClCompile Include="..\..\source\blood\src\qav.cpp" />
|
||||
<ClCompile Include="..\..\source\blood\src\qheap.cpp" />
|
||||
<ClCompile Include="..\..\source\blood\src\replace.cpp" />
|
||||
|
|
|
@ -96,9 +96,6 @@
|
|||
<ClCompile Include="..\..\source\blood\src\gameutil.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\blood\src\pqueue.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\blood\src\eventq.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
@ -144,7 +144,6 @@ $(blood_obj)/misc.$o: $(blood_src)/misc.cpp $(common_h)
|
|||
$(blood_obj)/network.$o: $(blood_src)/network.cpp $(common_h)
|
||||
$(blood_obj)/osdcmd.$o: $(blood_src)/osdcmd.cpp $(common_h)
|
||||
$(blood_obj)/player.$o: $(blood_src)/player.cpp $(common_h)
|
||||
$(blood_obj)/pqueue.$o: $(blood_src)/pqueue.cpp $(common_h)
|
||||
$(blood_obj)/qav.$o: $(blood_src)/qav.cpp $(common_h)
|
||||
$(blood_obj)/qheap.$o: $(blood_src)/qheap.cpp $(common_h)
|
||||
$(blood_obj)/replace.$o: $(blood_src)/replace.cpp $(common_h)
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
//-------------------------------------------------------------------------
|
||||
/*
|
||||
Copyright (C) 2010-2019 EDuke32 developers and contributors
|
||||
Copyright (C) 2019 Nuke.YKT
|
||||
|
||||
This file is part of NBlood.
|
||||
|
||||
NBlood is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License version 2
|
||||
as published by the Free Software Foundation.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
// TODO: delete this
|
Loading…
Reference in a new issue