intermediate checkin
This commit is contained in:
committed by
Aditya Kulkarni
parent
9c292519d4
commit
8e0b118cc6
11
src/turnstile.h
Normal file
11
src/turnstile.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
class Turnstile
|
||||
{
|
||||
public:
|
||||
Turnstile();
|
||||
~Turnstile();
|
||||
|
||||
QList<QString> Turnstile::splitAmount(double amount, int parts);
|
||||
void fillAmounts(QList<QString>& amounts, double amount, int count);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user