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
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorsoen
SRB2
Commits
812f2246
Commit
812f2246
authored
1 year ago
by
Logan Aerl Arias
Browse files
Options
Downloads
Patches
Plain Diff
hw_main.h: add def for HWR_DrawPatch()
parent
a1a0f4c2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/hardware/hw_main.h
+1
-0
1 addition, 0 deletions
src/hardware/hw_main.h
with
1 addition
and
0 deletions
src/hardware/hw_main.h
+
1
−
0
View file @
812f2246
...
...
@@ -37,6 +37,7 @@ void HWR_ClearSkyDome(void);
void
HWR_BuildSkyDome
(
void
);
void
HWR_DrawFlatFill
(
INT32
x
,
INT32
y
,
INT32
w
,
INT32
h
,
lumpnum_t
flatlumpnum
);
void
HWR_SetViewSize
(
void
);
void
HWR_DrawPatch
(
patch_t
*
gpatch
,
INT32
x
,
INT32
y
,
INT32
option
);
void
HWR_DrawStretchyFixedPatch
(
patch_t
*
gpatch
,
fixed_t
x
,
fixed_t
y
,
fixed_t
pscale
,
fixed_t
vscale
,
INT32
option
,
const
UINT8
*
colormap
);
void
HWR_DrawCroppedPatch
(
patch_t
*
gpatch
,
fixed_t
x
,
fixed_t
y
,
fixed_t
pscale
,
fixed_t
vscale
,
INT32
option
,
const
UINT8
*
colormap
,
fixed_t
sx
,
fixed_t
sy
,
fixed_t
w
,
fixed_t
h
);
void
HWR_MakePatch
(
patch_t
*
patch
,
GLPatch_t
*
grPatch
,
GLMipmap_t
*
grMipmap
,
boolean
makebitmap
);
...
...
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