8 lines
110 B
C++
Executable file
8 lines
110 B
C++
Executable file
#include "LaserPointerWaypoint.h"
|
|
|
|
|
|
|
|
ALaserPointerWaypoint::ALaserPointerWaypoint() {
|
|
this->Index = 0;
|
|
}
|
|
|