37:674e9537b6ab
Anton Shestakov <engored@ya.ru>, Mon, 03 Mar 2014 20:06:02 +0900
Move #state record definition to rps_rules.hrl.

src/rps_rules.hrl

Permissions: -rw-r--r--

Other formats: Feeds:
-record(state, {hands=[], beats=dict:new(), loses=dict:new(), why=dict:new()}).