From 7f01dceac3c6f5be7c6745baf14c4b0d092aa31f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 20 Dec 2007 00:39:33 +0000 Subject: Create branch to allow shortcuts for buttons. Partial rewrite :( git-svn-id: svn://mattst88.com/svn/calculator/branches/CalculatorButton@9 40705d3a-cdd4-446d-8ced-669f9f7342eb --- Calculator.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 Calculator.h (limited to 'Calculator.h') diff --git a/Calculator.h b/Calculator.h new file mode 100755 index 0000000..596ec1c --- /dev/null +++ b/Calculator.h @@ -0,0 +1,10 @@ +#include +#include + +using namespace SkyGI; + +class Calculator : public Application { + public: + Calculator(int argc, char *argv[]); +}; + -- cgit v1.2.3