Browse Source

header: define und typedef enum Spielresultat

remotes/origin/homan
fdai7892 11 months ago
parent
commit
5f04512ce0
  1. 11
      src/main/duellist-spielesammlung-projekt.h

11
src/main/duellist-spielesammlung-projekt.h

@ -0,0 +1,11 @@
#ifndef DUELLIST_SPIELESAMMLUNG_PROJEKT_H
#define DUELLIST_SPIELESAMMLUNG_PROJEKT_H
typedef enum {
SUCCESS,
INVALID_MOVE,
GAME_WIN,
GAME_DRAW,
GAME_IN_PROGRESS
} GameResult;
Loading…
Cancel
Save