index
:
aotenjou
master
Online mahjong.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
set.cpp
blob: ce44f026bfef787e764a553e056261c634a80bb5 (
plain
)
1
2
3
4
5
#include "set.h" void Set::add_tile(Tile tile) { container.push_back(tile); }