Added diceroller.h so that this can be included into other projects

This commit is contained in:
2025-06-02 17:55:30 -07:00
parent 2b4f9bb606
commit f1708fd3f0
3 changed files with 46 additions and 37 deletions

View File

@@ -34,4 +34,6 @@ This will build from the file in ./build
```shell
$ cmake --build build
```
## Includeing Into Your Project
If you want to include this into your own c/c++ just include the header file.