This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rc2007-soccer/source/Concept/Framework/position_tracker.cpp
2007-02-17 13:42:00 +00:00

7 lines
174 B
C++

#include "position_tracker.h"
//-----------------------------------------------------------------------------
void Position_Tracker::Update()
{
//insert code here
}