mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-27 11:33:44 +00:00
9 lines
No EOL
134 B
C++
9 lines
No EOL
134 B
C++
#include "common.h"
|
|
#include "ColLine.h"
|
|
|
|
void
|
|
CColLine::Set(const CVector &p0, const CVector &p1)
|
|
{
|
|
this->p0 = p0;
|
|
this->p1 = p1;
|
|
} |