Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

source/positioning.cpp

Committer:
cittecla
Date:
2017-03-02
Revision:
18:a82994e67297
Parent:
positioning_lib.cpp@ 14:9e2ce5880fb0
Child:
33:8a98f8b9d859

File content as of revision 18:a82994e67297:

/**
 * Positioning function library
 * Handels position of the Robot on the map
**/
/*
#include "mbed.h"

double time_counter = 0.0f;
double deltatime = 0.0f;

void positioning()
{
    //call positioning functions
}
*/