]> Shamusworld >> Repos - architektonas/blob - src/action.cpp
Fixed hit detection for Circles.
[architektonas] / src / action.cpp
1 // action.cpp: Action base class
2 //
3 // Part of the Architektonas Project
4 // (C) 2011 Underground Software
5 // See the README and GPLv3 files for licensing and warranty information
6 //
7 // JLH = James Hammons <jlhamm@acm.org>
8 //
9 // WHO  WHEN        WHAT
10 // ---  ----------  ------------------------------------------------------------
11 // JLH  10/04/2011  Created this file
12 //
13
14 #include "action.h"
15
16 Action::Action(): QObject()
17 {
18 }
19
20 Action::~Action()
21 {
22 }