#ifndef SCHERESTEINPAPIER_H #define SCHERESTEINPAPIER_H int generateRandom(); int determineWinner(int spielerWahl, int computerWahl); #endif // SCHERESTEINPAPIER_H