Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
bf23d61d
Commit
bf23d61d
authored
5 months ago
by
Hanicef
Browse files
Options
Downloads
Patches
Plain Diff
Remove W_IsFolderEmpty header definition
parent
2b2df194
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2560
Fix performance regressions in addon loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/w_wad.h
+0
-1
0 additions, 1 deletion
src/w_wad.h
with
0 additions
and
1 deletion
src/w_wad.h
+
0
−
1
View file @
bf23d61d
...
...
@@ -180,7 +180,6 @@ UINT16 W_CheckNumForMarkerStartPwad(const char *name, UINT16 wad, UINT16 startlu
UINT16
W_CheckNumForFullNamePK3
(
const
char
*
name
,
UINT16
wad
,
UINT16
startlump
);
UINT16
W_CheckNumForFolderStartPK3
(
const
char
*
name
,
UINT16
wad
,
UINT16
startlump
);
UINT16
W_CheckNumForFolderEndPK3
(
const
char
*
name
,
UINT16
wad
,
UINT16
startlump
);
INT32
W_IsFolderEmpty
(
const
char
*
name
,
UINT16
wad
);
char
*
W_GetLumpFolderPathPK3
(
UINT16
wad
,
UINT16
lump
);
char
*
W_GetLumpFolderNamePK3
(
UINT16
wad
,
UINT16
lump
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment