Skip to content

Commit

Permalink
Improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
americusmaximus committed May 13, 2024
1 parent 64af119 commit 85fff29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/R.DirectX.7.0.A/Module.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ namespace RendererModule

// 0x600012e0
// a.k.a. THRASH_clearwindow
DLLAPI u32 STDCALLAPI ClearGameWindow()
DLLAPI u32 STDCALLAPI ClearGameWindow(void)
{
return ClearRendererViewPort(State.ViewPort.X0, State.ViewPort.Y0,
State.ViewPort.X1 + State.ViewPort.X0, State.ViewPort.Y0 + State.ViewPort.Y1,
Expand Down Expand Up @@ -174,7 +174,7 @@ namespace RendererModule
}

// 0x60001b00
// // a.k.a. THRASH_drawline
// a.k.a. THRASH_drawline
DLLAPI void STDCALLAPI DrawLine(RVX* a, RVX* b)
{
RenderLine(a, b);
Expand Down

0 comments on commit 85fff29

Please sign in to comment.