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
0cf27741
Commit
0cf27741
authored
5 years ago
by
Lactozilla
Browse files
Options
Downloads
Patches
Plain Diff
remove duplicate NearestColor prototype
parent
88d19a2d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/r_data.h
+0
-2
0 additions, 2 deletions
src/r_data.h
with
0 additions
and
2 deletions
src/r_data.h
+
0
−
2
View file @
0cf27741
...
...
@@ -159,8 +159,6 @@ const char *R_NameForColormap(extracolormap_t *extra_colormap);
#define R_PutRgbaRGBA(r, g, b, a) (R_PutRgbaRGB(r, g, b) + R_PutRgbaA(a))
boolean
R_CheckIfPatch
(
lumpnum_t
lump
);
UINT8
NearestColor
(
UINT8
r
,
UINT8
g
,
UINT8
b
);
void
R_TextureToFlat
(
size_t
tex
,
UINT8
*
flat
);
void
R_PatchToFlat
(
patch_t
*
patch
,
UINT8
*
flat
);
patch_t
*
R_FlatToPatch
(
UINT8
*
raw
,
UINT16
width
,
UINT16
height
,
UINT16
leftoffset
,
UINT16
topoffset
,
size_t
*
destsize
,
boolean
transparency
);
...
...
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