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

8 lines
174 B
C++
Raw Normal View History

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