rp-scrabble
Simple, terminal-based Scrabble game
Classes | Enumerations
tile.h File Reference
#include <string>
Include dependency graph for tile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Tile
 

Enumerations

enum  enum_location { BAG , RACK , BOARD }
 

Enumeration Type Documentation

◆ enum_location

Location of the Tile

Enumerator
BAG 
RACK 
BOARD 

Definition at line 15 of file tile.h.