Print formated output with the frames and rolls now works
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef PRINTFRAMES_H
|
||||
#define PRINTFRAMES_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class PrintFrames {
|
||||
public:
|
||||
PrintFrames();
|
||||
|
||||
~PrintFrames();
|
||||
|
||||
static void PrintHeader(vector<int> rolls);
|
||||
static void PrintValue(vector<int> rolls);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user