Fix declaration

Add missing optimizations belonging to previous commit.
This commit is contained in:
Kawe Mazidjatari 2022-07-08 20:18:40 +02:00
parent bbf7896218
commit 6b7a1f62e6

View File

@ -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