fix: build with msvc

refactor: remove remaining commented functions
This commit is contained in:
jeefo 2023-05-12 20:06:43 +03:00
commit bea600bd4e
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
3 changed files with 1 additions and 5 deletions

View file

@ -158,9 +158,6 @@ public:
// test model
void testModel (const Vector &start, const Vector &end, int hullNumber, edict_t *entToHit, TraceResult *ptr);
// trace line with channel, but allows us to store last traceline bot has fired, saving us some cpu cycles
//bool testLineChannel (TraceChannel channel, const Vector &start, const Vector &end, int ignoreFlags, edict_t *ignoreEntity, TraceResult &result);
// test line
void testHull (const Vector &start, const Vector &end, int ignoreFlags, int hullNumber, edict_t *ignoreEntity, TraceResult *ptr);