mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix declaration
Add missing optimizations belonging to previous commit.
This commit is contained in:
parent
bbf7896218
commit
6b7a1f62e6
@ -2,8 +2,7 @@
|
||||
#define RENDERUTILS_H
|
||||
#include "mathlib/vector.h"
|
||||
|
||||
void DrawAngledBox(Vector3D org, QAngle ang, Vector3D mins, Vector3D maxs, int r, int g, int b, int a, bool throughSolid);
|
||||
|
||||
void DrawAngledBox(const Vector3D& origin, const QAngle& angles, Vector3D mins, Vector3D maxs, int r, int g, int b, int a, bool throughSolid);
|
||||
void RenderCapsule(const Vector3D& vStart, const Vector3D& vEnd, const float& flRadius, Color c);
|
||||
|
||||
#endif // RENDERUTILS_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user