index
:
dmtool
master
A library to manipulate D&D monsters
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dice.h
blob: 08910a75de21009d79b74bbc39338de11adb4402 (
plain
)
1
2
3
4
5
#pragma once
namespace
dice
{
int
roll
(
int
d
);
}