Possibility pass bdd file to load at startup

This commit is contained in:
2010-08-22 16:35:12 +02:00
parent 9f7d858bc3
commit fb1007bfcb
10 changed files with 80 additions and 51 deletions

View File

@@ -33,7 +33,7 @@ class wxUI;
class KissCount
{
public:
KissCount();
KissCount(const char* bdd_filename);
~KissCount();
std::list<wxString> GetUsers();