10 lines
160 B
C++
10 lines
160 B
C++
#include "Sensing.h"
|
|
|
|
namespace Passer {
|
|
namespace RoboidControl {
|
|
|
|
using Perception = Sensing;
|
|
|
|
}
|
|
} // namespace Passer
|
|
using namespace Passer::RoboidControl; |