6 lines
89 B
C++
6 lines
89 B
C++
#include "RayCastingResult.h"
|
|
|
|
RayCastingResult::RayCastingResult()
|
|
{
|
|
hit = false;
|
|
}
|