Bertl Programm

ur_Bertl.cpp

Committer:
Cartillius
Date:
2015-05-07
Revision:
1:6f0042c58757

File content as of revision 1:6f0042c58757:

#include "ur_Bertl.h"

class ur_Bertl
{
    ur_Bertl()
    {
    }
    void Move()
    {
    }
    void Move(int anz)
    {
    }
    void TurnLeft()
    {
    }
    void TurnOff()
    {
    }
    bool error(int code)
    {
        return 0;
    }
};