Browse Source

Merge branch 'master' of github.com:kakaranet/games

Roman Dayneko 11 years ago
parent
commit
37b025a5e0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      apps/server/include/game_state.hrl

+ 2 - 0
apps/server/include/game_state.hrl

@@ -46,6 +46,8 @@
          % scoring
          scoring_state        :: term()).
 
+-record(table_state, {?GAME_STATE}).
+
 -record(okey_state, {?GAME_STATE,
          reveal_confirmation_timeout    :: integer(),
          reveal_confirmation  :: boolean(),