UML to code

Committer:
c0ld
Date:
Thu May 07 11:02:24 2015 +0000
Revision:
0:2940d7b78e31
UML to code

Who changed what in which revision?

UserRevisionLine numberNew contents of line
c0ld 0:2940d7b78e31 1 class Bertl : ur_Bertl
c0ld 0:2940d7b78e31 2 {
c0ld 0:2940d7b78e31 3 protected:
c0ld 0:2940d7b78e31 4 int anz;
c0ld 0:2940d7b78e31 5
c0ld 0:2940d7b78e31 6 public:
c0ld 0:2940d7b78e31 7 int Move();
c0ld 0:2940d7b78e31 8 bool FrontIsClear();
c0ld 0:2940d7b78e31 9 bool PickBeeper(int anz);
c0ld 0:2940d7b78e31 10 }