Skip to content
Snippets Groups Projects
aktoren.h 131 B
#ifndef AKTOREN_H
#define AKTOREN_H

class aktoren
{
public:
    aktoren();
    virtual void regeln() = 0;
};

#endif // AKTOREN_H