blob: 6cf0eae54944ae81678a0ebf88a76e39438f7f1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#include "editNetwork.h"
void
EditNetwork::click(const Ray &)
{
}
void
EditNetwork::move(const Ray &)
{
}
bool
EditNetwork::handleMove()
{
return true;
}
|