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/modules/interpreter/position_tracker.c
2007-02-18 00:14:00 +00:00

7 lines
174 B
C
Executable file

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