Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

positioning_lib.cpp

Committer:
cittecla
Date:
2017-03-01
Revision:
14:9e2ce5880fb0
Parent:
13:57f5a7876d2f

File content as of revision 14:9e2ce5880fb0:

/**
 * 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
}
*/